Class ConsumerRetryAuthSuccessfulEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.kafka.event.KafkaEvent
org.springframework.kafka.event.ConsumerRetryAuthSuccessfulEvent
All Implemented Interfaces:
Serializable

public class ConsumerRetryAuthSuccessfulEvent extends KafkaEvent
An event published when authentication or authorization has been retried successfully.
Since:
3.0
See Also:
  • Constructor Details

    • ConsumerRetryAuthSuccessfulEvent

      public ConsumerRetryAuthSuccessfulEvent(Object source, Object container)
      Construct an instance with the provided source and container.
      Parameters:
      source - the container instance that generated the event.
      container - the container or the parent container if the container is a child.
  • Method Details