| Interface | Description |
|---|---|
| ClusterClientInteraction |
Declares a super type for all events emitted by the
ClusterReceptionist. |
| ClusterClientMessage |
Marker trait for remote messages with special serializer.
|
| ContactPointChange |
Declares a super type for all events emitted by the
ClusterClient
in relation to contact points being added or removed. |
| Class | Description |
|---|---|
| ClusterClient |
This actor is intended to be used on an external node that is not member
of the cluster.
|
| ClusterClient.Internal$ |
INTERNAL API
|
| ClusterClient.Publish | |
| ClusterClient.Publish$ | |
| ClusterClient.Send | |
| ClusterClient.Send$ | |
| ClusterClient.SendToAll | |
| ClusterClient.SendToAll$ | |
| ClusterClient$ | |
| ClusterClientReceptionist |
Extension that starts
ClusterReceptionist and accompanying DistributedPubSubMediator
with settings defined in config section akka.cluster.client.receptionist. |
| ClusterClientReceptionist$ | |
| ClusterClients |
The reply to
GetClusterClients. |
| ClusterClients$ | |
| ClusterClientSettings |
param: initialContacts Actor paths of the
ClusterReceptionist actors on
the servers (cluster nodes) that the client will try to contact initially. |
| ClusterClientSettings$ | |
| ClusterClientUnreachable |
Emitted to the Akka event stream when a cluster client was previously connected
but then not seen for some time.
|
| ClusterClientUnreachable$ | |
| ClusterClientUp |
Emitted to the Akka event stream when a cluster client has interacted with
a receptionist.
|
| ClusterClientUp$ | |
| ClusterReceptionist |
ClusterClient connects to this actor to retrieve. |
| ClusterReceptionist.Internal$ |
INTERNAL API
|
| ClusterReceptionist$ | |
| ClusterReceptionistSettings |
param: role Start the receptionist on members tagged with this role.
|
| ClusterReceptionistSettings$ | |
| ContactPointAdded |
Emitted to a subscriber when contact points have been
received by the ClusterClient and a new one has been added.
|
| ContactPointAdded$ | |
| ContactPointRemoved |
Emitted to a subscriber when contact points have been
received by the ClusterClient and a new one has been added.
|
| ContactPointRemoved$ | |
| ContactPoints |
The reply to
GetContactPoints. |
| ContactPoints$ | |
| GetClusterClients | |
| GetClusterClients$ |
Get the cluster clients known to this receptionist.
|
| GetContactPoints | |
| GetContactPoints$ |
Get the contact points known to this client.
|
| SubscribeClusterClients | |
| SubscribeClusterClients$ |
Subscribe to a cluster receptionist's client interactions where
it is guaranteed that a sender receives the initial state
of contact points prior to any events in relation to them
changing.
|
| SubscribeContactPoints | |
| SubscribeContactPoints$ |
Subscribe to a cluster client's contact point changes where
it is guaranteed that a sender receives the initial state
of contact points prior to any events in relation to them
changing.
|
| UnsubscribeClusterClients | |
| UnsubscribeClusterClients$ |
Explicitly unsubscribe from client interaction events.
|
| UnsubscribeContactPoints | |
| UnsubscribeContactPoints$ |
Explicitly unsubscribe from contact point change events.
|