Interface EscalationProcedure
- All Known Implementing Classes:
EscalationProcedureImpl
public interface EscalationProcedure
Procedure to undertake in resolving exceptional circumstances to normal
processing.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptiongetEscalation(Throwable cause) Obtains theEscalationFlowfor the cause within thisEscalationProcedure.
-
Method Details
-
getEscalation
Obtains theEscalationFlowfor the cause within thisEscalationProcedure.- Parameters:
cause- Cause.- Returns:
EscalationFlowfor the cause.
-