Package org.apache.pekko.actor
Class Status
java.lang.Object
org.apache.pekko.actor.Status
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis class/message type is preferably used to indicate failure of some operation performed.static classstatic final classThis class/message type is preferably used to indicate success of some operation performed.static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Status
public Status()
-