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.ReturnValueStrategywhich simply blocks until theFutureeither returns or throws an instance ofThrowable.LocalInvocationProcessor.ignoreReturnValueStrategy()Constructs aLocalInvocationProcessor.ReturnValueStrategywhich ignores the return value and immediately returns anInvocationResultwith a null result.LocalInvocationProcessor.simpleReturnValueStrategy()Constructs aLocalInvocationProcessor.ReturnValueStrategywhich simply hands the result of theInvocationdirectly to a new instance ofInvocationResultand passes it into to the suppliedConsumer