Uses of Enum Class
org.springframework.kafka.event.ConsumerRetryAuthEvent.Reason
Packages that use ConsumerRetryAuthEvent.Reason
-
Uses of ConsumerRetryAuthEvent.Reason in org.springframework.kafka.event
Methods in org.springframework.kafka.event that return ConsumerRetryAuthEvent.ReasonModifier and TypeMethodDescriptionConsumerRetryAuthEvent.getReason()
Return the reason for the auth failure.Returns the enum constant of this class with the specified name.static ConsumerRetryAuthEvent.Reason[]
ConsumerRetryAuthEvent.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 ConsumerRetryAuthEvent.ReasonModifierConstructorDescriptionConsumerRetryAuthEvent
(Object source, Object container, ConsumerRetryAuthEvent.Reason reason) Construct an instance with the provided source and container.