Uses of Class
com.oracle.coherence.spring.messaging.SubscriberExceptionHandler.Action
-
Packages that use SubscriberExceptionHandler.Action Package Description com.oracle.coherence.spring.messaging Coherence Messaging Support. -
-
Uses of SubscriberExceptionHandler.Action in com.oracle.coherence.spring.messaging
Methods in com.oracle.coherence.spring.messaging that return SubscriberExceptionHandler.Action Modifier and Type Method Description SubscriberExceptionHandler.Action
SubscriberExceptionHandler. handle(CoherenceSubscriberException exception)
Handle the given exception.static SubscriberExceptionHandler.Action
SubscriberExceptionHandler.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubscriberExceptionHandler.Action[]
SubscriberExceptionHandler.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-