| ClusterClientReceptionistRegisterSubscriber Method |
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.
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 void RegisterSubscriber(
string topic,
IActorRef actorRef
)
member RegisterSubscriber :
topic : string *
actorRef : IActorRef -> unit
Parameters
- topic
- Type: SystemString
TBD - actorRef
- Type: Akka.ActorIActorRef
TBD
See Also