Uses of Enum Class
org.springframework.kafka.event.ConsumerRetryAuthEvent.Reason
-
Uses of ConsumerRetryAuthEvent.Reason in org.springframework.kafka.event
Modifier 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.ModifierConstructorDescriptionConsumerRetryAuthEvent
(Object source, Object container, ConsumerRetryAuthEvent.Reason reason) Construct an instance with the provided source and container.