public interface MethodInvocationHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodInvocationHandler.NodeIdUnknownHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(com.digitalpetri.opcua.stack.core.types.structured.CallMethodRequest request,
CompletableFuture<com.digitalpetri.opcua.stack.core.types.structured.CallMethodResult> future)
Invoke the given
CallMethodRequest and complete future when finished. |
void invoke(com.digitalpetri.opcua.stack.core.types.structured.CallMethodRequest request,
CompletableFuture<com.digitalpetri.opcua.stack.core.types.structured.CallMethodResult> future)
CallMethodRequest and complete future when finished.
Under no circumstances should the future be completed exceptionally.
request - the CallMethodRequest.future - the CompletableFuture to complete.Copyright © 2015. All rights reserved.