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 TypeClassDescriptionclassRepresents a single async style RPC method.classRepresents a single return style RPC method.Methods in dev.getelements.elements.rt.jrpc that return ResultHandlerStrategyModifier and TypeMethodDescriptionJsonRpcInvocationService.InvocationResolution.newResultHandlerStrategy()Gets theResultHandlerStrategywhich 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 voidLocalInvocationDispatcher.dispatch(Invocation invocation, ResultHandlerStrategy resultHandlerStrategy) Dispatches using theInvocationandResultHandlerStrategy.