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 theInvocationGets theResultHandlerStrategywhich defines the various
-
Method Details
-
newInvocation
Invocation newInvocation()Gets theInvocation- Returns:
- the invocation
-
newResultHandlerStrategy
ResultHandlerStrategy newResultHandlerStrategy()Gets theResultHandlerStrategywhich defines the various- Returns:
- the
ResultHandlerStrategy
-