Package csw.command.client
Class CommandServiceFactory$
- java.lang.Object
- 
- csw.command.client.CommandServiceFactory$
 
- 
 public class CommandServiceFactory$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static CommandServiceFactory$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description CommandServiceFactory$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ICommandServicejMake(Location componentLocation, akka.actor.typed.ActorSystem<?> actorSystem)Make a CommandService instance for javacsw.command.api.scaladsl.CommandServicemake(akka.actor.typed.ActorRef<ComponentMessage> component, akka.actor.typed.ActorSystem<?> actorSystem)csw.command.api.scaladsl.CommandServicemake(Location componentLocation, akka.actor.typed.ActorSystem<?> actorSystem)Make a CommandService instance for scala
 
- 
- 
- 
Field Detail- 
MODULE$public static final CommandServiceFactory$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
makepublic csw.command.api.scaladsl.CommandService make(akka.actor.typed.ActorRef<ComponentMessage> component, akka.actor.typed.ActorSystem<?> actorSystem) 
 - 
makepublic csw.command.api.scaladsl.CommandService make(Location componentLocation, akka.actor.typed.ActorSystem<?> actorSystem) Make a CommandService instance for scala- Parameters:
- componentLocation- the destination component location to which commands need to be sent
- actorSystem- of the component used for executing commands to other components and wait for the responses
- Returns:
- an instance of type CommandService
 
 - 
jMakepublic ICommandService jMake(Location componentLocation, akka.actor.typed.ActorSystem<?> actorSystem) Make a CommandService instance for java- Parameters:
- componentLocation- the destination component location to which commands need to be sent
- actorSystem- of the component used for executing commands to other components and wait for the responses
- Returns:
- an instance of type ICommandService
 
 
- 
 
-