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