Interface | Description |
---|---|
NatsListenerExceptionHandler |
Interface that
NatsListenerException beans can implement to handle exceptions. |
Class | Description |
---|---|
DefaultNatsListenerExceptionHandler |
The default ExceptionHandler used when a
NatsListener fails to process Nats message. |
Exception | Description |
---|---|
NatsClientException |
Exception thrown when an error occurs publishing a Nats message.
|
NatsListenerException |
Exception thrown when an error occurs processing a Nats message via a
NatsListener . |