T - the type of the operation result for the batch operation.public interface BatchItemResult<T>
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
operationResult()
The operation-level result of the batch operation.
|
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode |
serviceResult()
The service-level result of service call the batch item was part of.
|
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode serviceResult()
Optional<T> operationResult()
May not be present if the service result is not good.
serviceResult(),
StatusCode.isGood()Copyright © 2021. All rights reserved.