Interface EscalationConfiguration
-
- All Known Implementing Classes:
EscalationConfigurationImpl
public interface EscalationConfigurationConfiguration for theEscalationFlow.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionReferencegetManagedFunctionReference()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.
-
getManagedFunctionReference
ManagedFunctionReference getManagedFunctionReference()
- Returns:
ManagedFunctionReferencefor theManagedFunctionhandling theEscalation.
-
-