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.

  • Constructor Details

    • Status

      public Status()