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 theManagedFunctionMetaDataof 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 theManagedFunctionMetaDataof the escalation handlingManagedFunction.- Returns:
ManagedFunctionMetaDataof the escalation handlingManagedFunction.
-
-