public static final class MethodInvocationHandler.NodeIdUnknownHandler extends Object implements MethodInvocationHandler
MethodInvocationHandler.NodeIdUnknownHandler| Constructor and Description |
|---|
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. |
public void invoke(com.digitalpetri.opcua.stack.core.types.structured.CallMethodRequest request,
CompletableFuture<com.digitalpetri.opcua.stack.core.types.structured.CallMethodResult> future)
MethodInvocationHandlerCallMethodRequest and complete future when finished.
Under no circumstances should the future be completed exceptionally.
invoke in interface MethodInvocationHandlerrequest - the CallMethodRequest.future - the CompletableFuture to complete.Copyright © 2015. All rights reserved.