Package org.apache.pekko.actor
Class AbstractActor$
- java.lang.Object
 - 
- org.apache.pekko.actor.AbstractActor$
 
 
- 
public class AbstractActor$ extends java.lang.ObjectJava API: compatible with lambda expressions 
- 
- 
Field Summary
Fields Modifier and Type Field Description static AbstractActor$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description AbstractActor$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractActor.ReceiveemptyBehavior()emptyBehavior is a Receive-expression that matches no messages at all, ever. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final AbstractActor$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
emptyBehavior
public final AbstractActor.Receive emptyBehavior()
emptyBehavior is a Receive-expression that matches no messages at all, ever. 
 - 
 
 -