MemberDescription

A detailed description of a single group instance in the cluster

package

Default

Methods

MemberDescription constructor

__construct( $memberDescription = null) 

Arguments

$memberDescription

mixed | null

getAssignment

getAssignment() : \io\vertx\jphp\kafka\admin\MemberAssignment

getClientId

getClientId() : string

Response

string

getConsumerId

getConsumerId() : string

Response

string

getHost

getHost() : string

Response

string

setAssignment

setAssignment( $assignment) : $this

Arguments

$assignment

MemberAssignment|array

Response

$this

setClientId

setClientId( $clientId) : $this

Arguments

$clientId

string

Response

$this

setConsumerId

setConsumerId( $consumerId) : $this

Arguments

$consumerId

string

Response

$this

setHost

setHost( $host) : $this

Arguments

$host

string

Response

$this