public static final class MethodInvocationHandler.NodeIdUnknownHandler extends Object implements MethodInvocationHandler
MethodInvocationHandler that always completes with StatusCodes.Bad_NodeIdUnknown.MethodInvocationHandler.NodeIdUnknownHandler, MethodInvocationHandler.NotImplementedHandlerNODE_ID_UNKNOWN, NOT_IMPLEMENTED| Constructor and Description |
|---|
NodeIdUnknownHandler() |
| Modifier and Type | Method and Description |
|---|---|
CallMethodResult |
invoke(AccessContext accessContext,
CallMethodRequest request)
Invoke the given
CallMethodRequest and complete future when finished. |
public CallMethodResult invoke(AccessContext accessContext, CallMethodRequest request)
MethodInvocationHandlerCallMethodRequest and complete future when finished.
Under no circumstances should the future be completed exceptionally.
invoke in interface MethodInvocationHandleraccessContext - the AccessContext.request - the CallMethodRequest.CallMethodResult.Copyright © 2021. All rights reserved.