Interface LocalInvocationProcessor.ReturnValueStrategy

Enclosing interface:
LocalInvocationProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LocalInvocationProcessor.ReturnValueStrategy
If the Method called from the Invocation returns a Future instance, this may defined a strategy for handling the result. This must result in an eventually invocation of either the supplied Consumer<InvocationError> or the Consumer