public interface MethodServices
| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodServices.CallContext |
| Modifier and Type | Method and Description |
|---|---|
default void |
call(MethodServices.CallContext context,
List<CallMethodRequest> requests)
Invoke one or more methods belonging to this
MethodServices. |
default Optional<MethodInvocationHandler> |
getInvocationHandler(NodeId methodId)
Get the
MethodInvocationHandler for the method identified by methodId, if it exists. |
default void call(MethodServices.CallContext context, List<CallMethodRequest> requests)
MethodServices.context - the MethodServices.CallContext.requests - The CallMethodRequests for the methods to invoke.default Optional<MethodInvocationHandler> getInvocationHandler(NodeId methodId)
MethodInvocationHandler for the method identified by methodId, if it exists.methodId - the NodeId identifying the method.MethodInvocationHandler for methodId, if it exists.Copyright © 2018. All rights reserved.