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<dev.getelements.elements.rt.remote.InvocationError> or the Consumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Object object, Consumer<dev.getelements.elements.rt.remote.InvocationError> syncInvocationErrorConsumer, Consumer<dev.getelements.elements.rt.remote.InvocationResult> syncInvocationResultConsumer)
     
  • Method Details

    • process

      void process(Object object, Consumer<dev.getelements.elements.rt.remote.InvocationError> syncInvocationErrorConsumer, Consumer<dev.getelements.elements.rt.remote.InvocationResult> syncInvocationResultConsumer)