Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConsumerGroupListing

A listing of a consumer group in the cluster.

Hierarchy

  • ConsumerGroupListing

Index

Constructors

constructor

Methods

getGroupId

  • getGroupId(): string
  • Set the consumer group id

    Returns string

isSimpleConsumerGroup

  • isSimpleConsumerGroup(): boolean
  • Set if consumer group is simple or not

    Returns boolean

setGroupId

  • Set the consumer group id

    Parameters

    • groupId: string

    Returns ConsumerGroupListing

setSimpleConsumerGroup

  • Set if consumer group is simple or not

    Parameters

    • simpleConsumerGroup: boolean

    Returns ConsumerGroupListing

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc