Interface EscalationCompletion
-
public interface EscalationCompletionHandler for the completion ofEscalationhandling.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionStateescalationComplete()Notifies the completion of theEscalationhandling.
-
-
-
Method Detail
-
escalationComplete
FunctionState escalationComplete()
Notifies the completion of theEscalationhandling.- Returns:
FunctionStatefor notifying theEscalationhandling is complete.
-
-