Interface ClassSectionFlowSpawnInterrogator
-
- All Known Implementing Classes:
SpawnClassSectionFlowSpawnInterrogator
public interface ClassSectionFlowSpawnInterrogator
Manufactures theFlow
forClassSectionSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSpawnFlow(ClassSectionFlowSpawnInterrogatorContext context)
Determines if spawnFlow
.
-
-
-
Method Detail
-
isSpawnFlow
boolean isSpawnFlow(ClassSectionFlowSpawnInterrogatorContext context) throws java.lang.Exception
Determines if spawnFlow
.- Parameters:
context
-ClassSectionFlowSpawnInterrogatorContext
.- Returns:
true
if spawnFlow
.- Throws:
java.lang.Exception
- If fails to determine if spawn.
-
-