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 void call(MethodServices.CallContext context, List<CallMethodRequest> requests)
MethodServices.context - the MethodServices.CallContext.requests - The CallMethodRequests for the methods to invoke.Copyright © 2021. All rights reserved.