Interface ConsumerUpdateListener.Context

  • Enclosing interface:
    ConsumerUpdateListener

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

      • 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