Was this page helpful?
EventsΒΆ
Events emitted by the Client instance.
hostAdd
Emitted when a new host is added to the cluster.
- Host The host being added.
Source
hostDown
Emitted when a host in the cluster changed status from up to down.
- host The host that changed the status.
Source
hostRemove
Emitted when a host is removed from the cluster
- Host The host being removed.
Source
hostUp
Emitted when a host in the cluster changed status from down to up.
- host The host that changed the status.
Source