Interface EscalationProcedure
-
- All Known Implementing Classes:
EscalationProcedureImpl
public interface EscalationProcedureProcedure to undertake in resolving exceptional circumstances to normal processing.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EscalationFlowgetEscalation(java.lang.Throwable cause)Obtains theEscalationFlowfor the cause within thisEscalationProcedure.
-
-
-
Method Detail
-
getEscalation
EscalationFlow getEscalation(java.lang.Throwable cause)
Obtains theEscalationFlowfor the cause within thisEscalationProcedure.- Parameters:
cause- Cause.- Returns:
EscalationFlowfor the cause.
-
-