Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MemberDescription

A detailed description of a single group instance in the cluster

Hierarchy

  • MemberDescription

Index

Constructors

constructor

Methods

getAssignment

  • Set the assignment of the group member

    Returns MemberAssignment

getClientId

  • getClientId(): string
  • Set the client id of the group member

    Returns string

getConsumerId

  • getConsumerId(): string
  • Set the consumer id of the group member

    Returns string

getHost

  • getHost(): string
  • Set the host where the group member is running

    Returns string

setAssignment

  • Set the assignment of the group member

    Parameters

    Returns MemberDescription

setClientId

  • Set the client id of the group member

    Parameters

    • clientId: string

    Returns MemberDescription

setConsumerId

  • Set the consumer id of the group member

    Parameters

    • consumerId: string

    Returns MemberDescription

setHost

  • Set the host where the group member is running

    Parameters

    • host: string

    Returns MemberDescription

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc