Class MiniCRM.MiniCRMMessage$.GetWaiters

java.lang.Object
csw.command.client.MiniCRM.MiniCRMMessage$.GetWaiters
All Implemented Interfaces:
MiniCRM.CRMMessage, Serializable, scala.Equals, scala.Product
Enclosing class:
MiniCRM.MiniCRMMessage$

public class MiniCRM.MiniCRMMessage$.GetWaiters extends Object implements MiniCRM.CRMMessage, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    GetWaiters(akka.actor.typed.ActorRef<scala.collection.immutable.List<scala.Tuple2<Id,akka.actor.typed.ActorRef<CommandResponse.SubmitResponse>>>> replyTo)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    akka.actor.typed.ActorRef<scala.collection.immutable.List<scala.Tuple2<Id,akka.actor.typed.ActorRef<CommandResponse.SubmitResponse>>>>
     
    static String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • GetWaiters

      public GetWaiters(akka.actor.typed.ActorRef<scala.collection.immutable.List<scala.Tuple2<Id,akka.actor.typed.ActorRef<CommandResponse.SubmitResponse>>>> replyTo)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • replyTo

      public akka.actor.typed.ActorRef<scala.collection.immutable.List<scala.Tuple2<Id,akka.actor.typed.ActorRef<CommandResponse.SubmitResponse>>>> replyTo()