public static final class MethodInvocationHandler.NodeIdUnknownHandler extends Object implements MethodInvocationHandler
MethodInvocationHandler.NodeIdUnknownHandler, MethodInvocationHandler.NotImplementedHandler| Constructor and Description |
|---|
NodeIdUnknownHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(AccessContext accessContext,
CallMethodRequest request,
CompletableFuture<CallMethodResult> future)
Invoke the given
CallMethodRequest and complete future when finished. |
public void invoke(AccessContext accessContext, CallMethodRequest request, CompletableFuture<CallMethodResult> future)
MethodInvocationHandlerCallMethodRequest and complete future when finished.
Under no circumstances should the future be completed exceptionally.
invoke in interface MethodInvocationHandleraccessContext - the AccessContext.request - the CallMethodRequest.future - the CompletableFuture to complete.Copyright © 2018. All rights reserved.