Interface ClassSectionFlowSpawnInterrogatorContext
-
public interface ClassSectionFlowSpawnInterrogatorContext
Context for theClassSectionFlowSpawnInterrogator
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionFlowType<?>
getManagedFunctionFlowType()
Obtains theManagedFunctionFlowType
.SectionSourceContext
getSourceContext()
Obtains theSectionSourceContext
.
-
-
-
Method Detail
-
getManagedFunctionFlowType
ManagedFunctionFlowType<?> getManagedFunctionFlowType()
Obtains theManagedFunctionFlowType
.- Returns:
ManagedFunctionFlowType
.
-
getSourceContext
SectionSourceContext getSourceContext()
Obtains theSectionSourceContext
.- Returns:
SectionSourceContext
.
-
-