Package csw.command.client
Class MiniCRM.MiniCRMMessage$.GetStarters
- java.lang.Object
-
- csw.command.client.MiniCRM.MiniCRMMessage$.GetStarters
-
- All Implemented Interfaces:
MiniCRM.CRMMessage
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- MiniCRM.MiniCRMMessage$
public class MiniCRM.MiniCRMMessage$.GetStarters extends java.lang.Object implements MiniCRM.CRMMessage, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetStarters(akka.actor.typed.ActorRef<scala.collection.immutable.List<CommandResponse.SubmitResponse>> replTo)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
akka.actor.typed.ActorRef<scala.collection.immutable.List<CommandResponse.SubmitResponse>>
replTo()
static java.lang.String
toString()
-
-
-
Constructor Detail
-
GetStarters
public GetStarters(akka.actor.typed.ActorRef<scala.collection.immutable.List<CommandResponse.SubmitResponse>> replTo)
-
-
Method Detail
-
apply
public abstract static R apply(T1 v1)
-
toString
public static java.lang.String toString()
-
replTo
public akka.actor.typed.ActorRef<scala.collection.immutable.List<CommandResponse.SubmitResponse>> replTo()
-
-