Click or drag to resize
Akka.NETClusterClientReceptionist Class
Extension that starts ClusterReceptionist and accompanying DistributedPubSubMediator with settings defined in config section "akka.cluster.client.receptionist". The DistributedPubSubMediator is started by the DistributedPubSub extension.
Inheritance Hierarchy
SystemObject
  Akka.Cluster.Tools.ClientClusterClientReceptionist

Namespace:  Akka.Cluster.Tools.Client
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class ClusterClientReceptionist : IExtension

The ClusterClientReceptionist type exposes the following members.

Constructors
  NameDescription
Public methodClusterClientReceptionist
TBD
Top
Properties
  NameDescription
Public propertyIsTerminated
Returns true if this member is not tagged with the role configured for the receptionist.
Public propertyUnderlying
Returns the underlying receptionist actor, particularly so that its events can be observed via subscribe/unsubscribe.
Top
Methods
  NameDescription
Public methodStatic memberDefaultConfig
TBD
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGet
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterService
Register an actor that should be reachable for the clients. The clients can send messages to this actor with Send or SendToAll using the path elements of the IActorRef, e.g. "/user/myservice".
Public methodRegisterSubscriber
Register an actor that should be reachable for the clients to a named topic. Several actors can be registered to the same topic name, and all will receive published messages. The client can publish messages to this topic with Publish.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterService
A registered actor will be automatically unregistered when terminated, but it can also be explicitly unregistered before termination.
Public methodUnregisterSubscriber
A registered subscriber will be automatically unregistered when terminated, but it can also be explicitly unregistered before termination.
Top
Extension Methods
See Also