Package io.micronaut.pulsar.events
Class ConsumerSubscriptionFailedEvent
java.lang.Object
io.micronaut.pulsar.events.ConsumerSubscriptionFailedEvent
- All Implemented Interfaces:
PulsarFailureEvent
Raise error event on failed subscription. Gives more flexibility than throwing exceptions. Developers decide how to
handle problems with Pulsar connections.
- Since:
- 1.0
- Author:
- Haris Secic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ConsumerSubscriptionFailedEvent
-
-
Method Details
-
getSourceError
-
getConsumerName
-
getReason
- Specified by:
getReason
in interfacePulsarFailureEvent
-