Interface AsynchronousFlow

  • All Known Implementing Classes:
    MockAsynchronousFlow
    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 interface AsynchronousFlow

    Provides an unmanaged asynchronous flow outside the ManagedFunction.

    This allows plugging in other asynchronous libraries to enable asynchronous operations within a ManagedFunction. This can include running asynchronous operations on different Thread instances of the third party library.

    Author:
    Daniel Sagenschneider