Interface FlowMetaData
-
- All Known Implementing Classes:
FlowMetaDataImpl
public interface FlowMetaDataMeta-data of aFlow.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionMetaData<?,?>getInitialFunctionMetaData()booleanisSpawnThreadState()Indicates whether theFlowshould be instigated within a spawnedThreadState.
-
-
-
Method Detail
-
getInitialFunctionMetaData
ManagedFunctionMetaData<?,?> getInitialFunctionMetaData()
- Returns:
ManagedFunctionMetaDataof the initialManagedFunctionwithin theFlow.
-
isSpawnThreadState
boolean isSpawnThreadState()
Indicates whether theFlowshould be instigated within a spawnedThreadState.- Returns:
trueto execute theFlowwithin a spawnedThreadState.
-
-