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