Uses of Interface
dev.getelements.elements.rt.remote.LocalInvocationProcessor.ReturnValueStrategy
Packages that use LocalInvocationProcessor.ReturnValueStrategy
-
Uses of LocalInvocationProcessor.ReturnValueStrategy in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return LocalInvocationProcessor.ReturnValueStrategyModifier and TypeMethodDescriptionLocalInvocationProcessor.blockingFutureStrategy()
Returns an instance ofLocalInvocationProcessor.ReturnValueStrategy
which simply blocks until theFuture
either returns or throws an instance ofThrowable
.LocalInvocationProcessor.ignoreReturnValueStrategy()
Constructs aLocalInvocationProcessor.ReturnValueStrategy
which ignores the return value and immediately returns anInvocationResult
with a null result.LocalInvocationProcessor.simpleReturnValueStrategy()
Constructs aLocalInvocationProcessor.ReturnValueStrategy
which simply hands the result of theInvocation
directly to a new instance ofInvocationResult
and passes it into to the suppliedConsumer