C# Class Akka.Cluster.ClusterActorRefProvider

INTERNAL API The `ClusterActorRefProvider` will load the Cluster extension, i.e. the cluster will automatically be started when the `ClusterActorRefProvider` is used.
Inheritance: Akka.Remote.RemoteActorRefProvider
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
ClusterActorRefProvider ( string systemName, Settings settings, EventStream eventStream ) : System
Init ( ActorSystemImpl system ) : void

Protected Methods

Method Description
CreateRemoteWatcher ( ActorSystemImpl system ) : IActorRef

Method Details

ClusterActorRefProvider() public method

public ClusterActorRefProvider ( string systemName, Settings settings, EventStream eventStream ) : System
systemName string
settings Akka.Actor.Settings
eventStream Akka.Event.EventStream
return System

CreateRemoteWatcher() protected method

protected CreateRemoteWatcher ( ActorSystemImpl system ) : IActorRef
system ActorSystemImpl
return IActorRef

Init() public method

public Init ( ActorSystemImpl system ) : void
system ActorSystemImpl
return void