Uses of Enum Class
org.springframework.kafka.event.ConsumerStoppedEvent.Reason
Packages that use ConsumerStoppedEvent.Reason
-
Uses of ConsumerStoppedEvent.Reason in org.springframework.kafka.event
Methods in org.springframework.kafka.event that return ConsumerStoppedEvent.ReasonModifier and TypeMethodDescriptionConsumerStoppedEvent.getReason()Return the reason why the consumer was stopped.static ConsumerStoppedEvent.ReasonReturns 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.Constructors in org.springframework.kafka.event with parameters of type ConsumerStoppedEvent.ReasonModifierConstructorDescriptionConsumerStoppedEvent(Object source, Object container, ConsumerStoppedEvent.Reason reason) Construct an instance with the provided source and container.