Interface ManagedObjectFlowConfiguration<F extends Enum<F>>
public interface ManagedObjectFlowConfiguration<F extends Enum<F>>
Configuration of a
Flow instigated by a ManagedObjectSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the key for thisFlow.Obtains the name to identify thisFlow.Obtains theManagedFunctionReferencefor thisFlow.
-
Method Details
-
getFlowName
String getFlowName()Obtains the name to identify thisFlow.- Returns:
- Name identifying this
Flow.
-
getFlowKey
F getFlowKey()Obtains the key for thisFlow. -
getManagedFunctionReference
ManagedFunctionReference getManagedFunctionReference()Obtains theManagedFunctionReferencefor thisFlow.- Returns:
ManagedFunctionReferenceto theFlow.
-