Package akka.actor

Class ReceiveTimeout$

  • All Implemented Interfaces:
    PossiblyHarmful, java.io.Serializable, scala.Equals, scala.Product

    public class ReceiveTimeout$
    extends ReceiveTimeout
    implements scala.Product, java.io.Serializable
    When using ActorContext.setReceiveTimeout, the singleton instance of ReceiveTimeout will be sent to the Actor when there hasn't been any message for that long.
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • ReceiveTimeout$

        public ReceiveTimeout$()
    • Method Detail

      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
        Overrides:
        productPrefix in class ReceiveTimeout
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
        Overrides:
        productArity in class ReceiveTimeout
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
        Overrides:
        productElement in class ReceiveTimeout
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
        Overrides:
        productIterator in class ReceiveTimeout
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
        Overrides:
        canEqual in class ReceiveTimeout