Interface EscalationFlow
- All Known Implementing Classes:
EscalationFlowImpl,EscalationHandlerEscalationFlow
public interface EscalationFlow
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedFunctionMetaDataof the escalation handlingManagedFunction.Obtains the type of cause handled by thisEscalationFlow.
-
Method Details
-
getTypeOfCause
Obtains the type of cause handled by thisEscalationFlow.- Returns:
- Type of cause handled by this
EscalationFlow.
-
getManagedFunctionMetaData
ManagedFunctionMetaData<?,?> getManagedFunctionMetaData()Obtains theManagedFunctionMetaDataof the escalation handlingManagedFunction.- Returns:
ManagedFunctionMetaDataof the escalation handlingManagedFunction.
-