Package dev.getelements.elements.rt.jrpc
Interface JsonRpcInvocationService.InvocationResolution
- Enclosing interface:
JsonRpcInvocationService
public static interface JsonRpcInvocationService.InvocationResolution
Represents the resolved invocation which includes the
Invocation
and the ResultHandlerStrategy
used to dispatch the method call to the underlying system.-
Method Summary
Modifier and TypeMethodDescriptionGets theInvocation
Gets theResultHandlerStrategy
which defines the various
-
Method Details
-
newInvocation
Invocation newInvocation()Gets theInvocation
- Returns:
- the invocation
-
newResultHandlerStrategy
ResultHandlerStrategy newResultHandlerStrategy()Gets theResultHandlerStrategy
which defines the various- Returns:
- the
ResultHandlerStrategy
-