Interface FlowCallback

All Known Subinterfaces:
FlowSuccessful
All Known Implementing Classes:
CompleteFlowCallback, ProcessAwareServerHttpConnectionManagedObject, SafeCompleteFlowCallback, SpringServerHttpConnection
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 FlowCallback

Callback for completion of a Flow.

The return state of the Flow is available from the ManagedObject instances manipulated by the Flow (hence there is no returned value to the FlowCallback).

Author:
Daniel Sagenschneider