Package csw.command.client
Class SequencerCommandServiceFactory$
- java.lang.Object
- 
- csw.command.client.SequencerCommandServiceFactory$
 
- 
 public class SequencerCommandServiceFactory$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static SequencerCommandServiceFactory$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description SequencerCommandServiceFactory$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description csw.command.client.internal.SequencerCommandServiceImplmake(AkkaLocation sequencerLocation, akka.actor.typed.ActorSystem<?> actorSystem)
 
- 
- 
- 
Field Detail- 
MODULE$public static final SequencerCommandServiceFactory$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
makepublic csw.command.client.internal.SequencerCommandServiceImpl make(AkkaLocation sequencerLocation, akka.actor.typed.ActorSystem<?> actorSystem) 
 
- 
 
-