public class OperationContext<T,U> extends Object
| Constructor and Description |
|---|
OperationContext(OpcUaServer server,
Session session,
CompletableFuture<List<U>> future,
DiagnosticsContext<T> diagnosticsContext) |
OperationContext(OpcUaServer server,
Session session,
DiagnosticsContext<T> diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(List<U> value) |
DiagnosticsContext<T> |
getDiagnostics() |
OpcUaServer |
getServer() |
Optional<Session> |
getSession() |
public OperationContext(OpcUaServer server, @Nullable Session session, DiagnosticsContext<T> diagnostics)
public OperationContext(OpcUaServer server, @Nullable Session session, CompletableFuture<List<U>> future, DiagnosticsContext<T> diagnosticsContext)
public DiagnosticsContext<T> getDiagnostics()
public OpcUaServer getServer()
Copyright © 2015. All rights reserved.