Interface ClassSectionFlowSpawnInterrogatorContext
public interface ClassSectionFlowSpawnInterrogatorContext
Context for the
ClassSectionFlowSpawnInterrogator.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedFunctionFlowType.Obtains theSectionSourceContext.
-
Method Details
-
getManagedFunctionFlowType
ManagedFunctionFlowType<?> getManagedFunctionFlowType()Obtains theManagedFunctionFlowType.- Returns:
ManagedFunctionFlowType.
-
getSourceContext
SectionSourceContext getSourceContext()Obtains theSectionSourceContext.- Returns:
SectionSourceContext.
-