com.apama.queries
Event ClusterMemberRemoved


Notification of a member being removed.

Only sent by the master (a new master sends an instance to denote the old master terminating). Sent to the ClusterMasterState.CLUSTER_STATE_CHANNEL.

(While this event definition is publicly visible we strongly advise against users writing code that routes/sends/emits these events to any of the cluster members.)
Member Summary
 stringmemberId

Id of cluster member correlator (host:port combination).
 stringhost

Hostname of cluster member correlator.
 integerport

Port of cluster member correlator.
 
Member Detail

host

string host
Hostname of cluster member correlator.

memberId

string memberId
Id of cluster member correlator (host:port combination).

port

integer port
Port of cluster member correlator.