Class Status$

java.lang.Object
org.apache.pekko.actor.Status$

public class Status$ extends Object
Superseeded by pekko.pattern.StatusReply, prefer that when possible.

Classes for passing status back to the sender. Used for internal ACKing protocol. But exposed as utility class for user-specific ACKing protocols as well.

  • Field Details

    • MODULE$

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

    • Status$

      public Status$()