Interface ManagedFunctionEscalationType
-
- All Known Implementing Classes:
ManagedFunctionEscalationTypeImpl
public interface ManagedFunctionEscalationType- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEscalationName()Obtains the name for theManagedFunctionEscalationType.<E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()Obtains the type ofEscalationFlowby theManagedFunction.
-
-
-
Method Detail
-
getEscalationName
java.lang.String getEscalationName()
Obtains the name for theManagedFunctionEscalationType.- Returns:
- Name for the
ManagedFunctionEscalationType.
-
getEscalationType
<E extends java.lang.Throwable> java.lang.Class<E> getEscalationType()
Obtains the type ofEscalationFlowby theManagedFunction.- Type Parameters:
E-Escalationtype.- Returns:
- Type of
EscalationFlowby theManagedFunction.
-
-