ActorSystemFactory

csw.location.client.ActorSystemFactory

ActorSystemFactory creates a remote ActorSystem on the interface where csw-cluster is running. The ActorSystem starts on a random port.

Attributes

Note

it is recommended to create actors via this factory if it has to be registered with LocationService

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Create an Typed ActorSystem with the given guardian behaviour, name and remote properties

Create an Typed ActorSystem with the given guardian behaviour, name and remote properties

Attributes

Note

even if the custom configuration is provided for the given name of ActorSystem, it will be simply ignored, instead default remote configuration will be used while creating ActorSystem

Create an ActorSystem with Constants.RemoteActorSystemName as componentName

Create an ActorSystem with Constants.RemoteActorSystemName as componentName

Attributes