Uses of Enum Class
org.springframework.kafka.event.ConsumerStoppedEvent.Reason
-
Uses of ConsumerStoppedEvent.Reason in org.springframework.kafka.event
Modifier and TypeMethodDescriptionConsumerStoppedEvent.getReason()
Return the reason why the consumer was stopped.static ConsumerStoppedEvent.Reason
Returns the enum constant of this class with the specified name.static ConsumerStoppedEvent.Reason[]
ConsumerStoppedEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConsumerStoppedEvent
(Object source, Object container, ConsumerStoppedEvent.Reason reason) Construct an instance with the provided source and container.