Interface ClassFlowContext
public interface ClassFlowContext
Context for the
ClassFlowRegistry.- Author:
- Daniel Sagenschneider
-
Method Details
-
getFlowName
String getFlowName()Obtains the name of theFlow.- Returns:
- Name of the
Flow.
-
getFlowInterfaceType
Class<?> getFlowInterfaceType()Obtains the Type declaring theMethodof this flow.- Returns:
- Type declaring the
Methodof this flow.
-
getMethod
Method getMethod()Obtains theMethod.- Returns:
Method.
-
getParameterType
Class<?> getParameterType()Obtains the parameter type for theFlow. Will benullif no parameter.- Returns:
- Parameter type for the
Flow. Will benullif no parameter.
-
isFlowCallback
boolean isFlowCallback()Flags ifFlowCallback.- Returns:
trueifFlowCallback.
-