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