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.String
getEscalationName()
Obtains the name for theManagedFunctionEscalationType
.<E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()
Obtains the type ofEscalationFlow
by 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 ofEscalationFlow
by theManagedFunction
.- Type Parameters:
E
-Escalation
type.- Returns:
- Type of
EscalationFlow
by theManagedFunction
.
-
-