Interface ClassFlowRegistry
-
public interface ClassFlowRegistryRegistry ofFlow.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intregisterFlow(ClassFlowContext context)Registers theFlow.
-
-
-
Method Detail
-
registerFlow
int registerFlow(ClassFlowContext context)
Registers theFlow.- Parameters:
context-ClassFlowContext.- Returns:
- Index of the
Flow.
-
-