public interface SubscriberExceptionHandler
CoherenceTopicListener beans can implement to handle exceptions.| Modifier and Type | Interface and Description |
|---|---|
static class |
SubscriberExceptionHandler.Action
An enumeration of possible actions to take after handling an exception.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriberExceptionHandler.Action |
handle(CoherenceSubscriberException exception)
Handle the given exception.
|
SubscriberExceptionHandler.Action handle(CoherenceSubscriberException exception)
exception - The exception to handletrue to continue processing messages, or false to close the subscriber.