Interface EscalationFlow
-
- All Known Implementing Classes:
EscalationFlowImpl
,EscalationHandlerEscalationFlow
public interface EscalationFlow
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionMetaData<?,?>
getManagedFunctionMetaData()
Obtains theManagedFunctionMetaData
of the escalation handlingManagedFunction
.java.lang.Class<? extends java.lang.Throwable>
getTypeOfCause()
Obtains the type of cause handled by thisEscalationFlow
.
-
-
-
Method Detail
-
getTypeOfCause
java.lang.Class<? extends java.lang.Throwable> getTypeOfCause()
Obtains the type of cause handled by thisEscalationFlow
.- Returns:
- Type of cause handled by this
EscalationFlow
.
-
getManagedFunctionMetaData
ManagedFunctionMetaData<?,?> getManagedFunctionMetaData()
Obtains theManagedFunctionMetaData
of the escalation handlingManagedFunction
.- Returns:
ManagedFunctionMetaData
of the escalation handlingManagedFunction
.
-
-