Class ConsumerRetryAuthSuccessfulEvent

All Implemented Interfaces:
Serializable

public class ConsumerRetryAuthSuccessfulEvent extends KafkaEvent
An event published when authentication or authorization has been retried successfully.
Since:
3.0
Author:
Daniel Gentes
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