Package csw.location.client
Class ActorSystemFactory$
- java.lang.Object
- 
- csw.location.client.ActorSystemFactory$
 
- 
 public class ActorSystemFactory$ extends java.lang.ObjectActorSystemFactory creates a remote ActorSystem on the interface where csw-cluster is running. The ActorSystem starts on a random port.
- 
- 
Field SummaryFields Modifier and Type Field Description static ActorSystemFactory$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ActorSystemFactory$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> akka.actor.typed.ActorSystem<T>remote(akka.actor.typed.Behavior<T> behavior)Create an ActorSystem withConstants.RemoteActorSystemNameas componentName<T> akka.actor.typed.ActorSystem<T>remote(akka.actor.typed.Behavior<T> behavior, java.lang.String name)Create an Typed ActorSystem with the given guardian behaviour, name and remote properties
 
- 
- 
- 
Field Detail- 
MODULE$public static final ActorSystemFactory$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
remotepublic <T> akka.actor.typed.ActorSystem<T> remote(akka.actor.typed.Behavior<T> behavior, java.lang.String name)Create an Typed ActorSystem with the given guardian behaviour, name and remote properties- Parameters:
- behavior- (undocumented)
- name- (undocumented)
- Returns:
- (undocumented)
 
 - 
remotepublic <T> akka.actor.typed.ActorSystem<T> remote(akka.actor.typed.Behavior<T> behavior) Create an ActorSystem withConstants.RemoteActorSystemNameas componentName- Parameters:
- behavior- (undocumented)
- Returns:
- (undocumented)
 
 
- 
 
-