Class ReceiveTimeout$

java.lang.Object
org.apache.pekko.actor.ReceiveTimeout
org.apache.pekko.actor.ReceiveTimeout$
All Implemented Interfaces:
Serializable, PossiblyHarmful, scala.Equals, scala.Product

public class ReceiveTimeout$ extends ReceiveTimeout implements scala.Product, 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:
  • Field Details

    • MODULE$

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

    • ReceiveTimeout$

      public ReceiveTimeout$()
  • Method Details