Uses of Interface
dev.getelements.elements.rt.ResultHandlerStrategy
Packages that use ResultHandlerStrategy
-
Uses of ResultHandlerStrategy in dev.getelements.elements.rt.jrpc
Classes in dev.getelements.elements.rt.jrpc that implement ResultHandlerStrategyModifier and TypeClassDescriptionclass
Represents a single async style RPC method.class
Represents a single return style RPC method.Methods in dev.getelements.elements.rt.jrpc that return ResultHandlerStrategyModifier and TypeMethodDescriptionJsonRpcInvocationService.InvocationResolution.newResultHandlerStrategy()
Gets theResultHandlerStrategy
which defines the various -
Uses of ResultHandlerStrategy in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote with parameters of type ResultHandlerStrategyModifier and TypeMethodDescriptiondefault void
LocalInvocationDispatcher.dispatch
(Invocation invocation, ResultHandlerStrategy resultHandlerStrategy) Dispatches using theInvocation
andResultHandlerStrategy
.