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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EscalationFlow
getEscalation(java.lang.Throwable cause)
Obtains theEscalationFlow
for the cause within thisEscalationProcedure
.
-
-
-
Method Detail
-
getEscalation
EscalationFlow getEscalation(java.lang.Throwable cause)
Obtains theEscalationFlow
for the cause within thisEscalationProcedure
.- Parameters:
cause
- Cause.- Returns:
EscalationFlow
for the cause.
-
-