Package akka.actor

Class Dropped$

  • All Implemented Interfaces:
    java.io.Serializable

    public class Dropped$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Dropped$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Dropped$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Dropped apply​(java.lang.Object message, java.lang.String reason, ActorRef recipient)
      Convenience for creating Dropped without a sender.
      Dropped apply​(java.lang.Object message, java.lang.String reason, ActorRef sender, ActorRef recipient)  
      scala.Option<scala.Tuple4<java.lang.Object,​java.lang.String,​ActorRef,​ActorRef>> unapply​(Dropped x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Dropped$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Dropped$

        public Dropped$()
    • Method Detail

      • apply

        public Dropped apply​(java.lang.Object message,
                             java.lang.String reason,
                             ActorRef recipient)
        Convenience for creating Dropped without a sender.
      • apply

        public Dropped apply​(java.lang.Object message,
                             java.lang.String reason,
                             ActorRef sender,
                             ActorRef recipient)
      • unapply

        public scala.Option<scala.Tuple4<java.lang.Object,​java.lang.String,​ActorRef,​ActorRef>> unapply​(Dropped x$0)