Package akka.cluster.client
-
Interface Summary Interface Description ClusterClientInteraction Declares a super type for all events emitted by theClusterReceptionist
.ClusterClientMessage Marker trait for remote messages with special serializer.ContactPointChange Declares a super type for all events emitted by theClusterClient
in relation to contact points being added or removed. -
Class Summary Class Description ClusterClient Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClient.Internal$ INTERNAL APIClusterClient.Publish Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClient.Publish$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClient.Send Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClient.Send$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClient.SendToAll Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClient.SendToAll$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClient$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClientReceptionist Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClientReceptionist$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClients The reply toGetClusterClients
.
ClusterClients$ ClusterClientSettings Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterClientSettings$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.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 Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterReceptionist.Internal$ INTERNAL APIClusterReceptionist$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterReceptionistSettings Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.ClusterReceptionistSettings$ Deprecated. Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.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 toGetContactPoints
.
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.