Interface ConsumerUpdateListener.Context

Enclosing interface:
ConsumerUpdateListener

public static interface ConsumerUpdateListener.Context
Information on the status change.
  • Method Summary

    Modifier and Type
    Method
    Description
    The consumer instance.
    boolean
    Whether the consumer is active or not.
    The stream (partition in a super stream) involved.
  • Method Details

    • consumer

      Consumer consumer()
      The consumer instance.
      Returns:
      the consumer instance
    • stream

      String stream()
      The stream (partition in a super stream) involved.
      Returns:
      the stream
    • isActive

      boolean isActive()
      Whether the consumer is active or not.
      Returns:
      active flag