Package org.apache.pekko.actor
Class AbstractActor$
java.lang.Object
org.apache.pekko.actor.AbstractActor$
Java API: compatible with lambda expressions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AbstractActor$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal AbstractActor.ReceiveemptyBehavior is a Receive-expression that matches no messages at all, ever.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AbstractActor$
public AbstractActor$()
-
-
Method Details
-
emptyBehavior
emptyBehavior is a Receive-expression that matches no messages at all, ever.
-