Uses of Class
com.microsoft.azure.servicebus.ExceptionPhase
-
Packages that use ExceptionPhase Package Description com.microsoft.azure.servicebus -
-
Uses of ExceptionPhase in com.microsoft.azure.servicebus
Methods in com.microsoft.azure.servicebus that return ExceptionPhase Modifier and Type Method Description static ExceptionPhase
ExceptionPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExceptionPhase[]
ExceptionPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.servicebus with parameters of type ExceptionPhase Modifier and Type Method Description void
IMessageHandler. notifyException(Throwable exception, ExceptionPhase phase)
Receiving the exceptions that passed by pump during message processing.void
ISessionHandler. notifyException(Throwable exception, ExceptionPhase phase)
Receiving the exceptions that passed by pump during message processing.
-