Package akka.actor.typed.javadsl
Class ReceiveBuilder$
- java.lang.Object
-
- akka.actor.typed.javadsl.ReceiveBuilder$
-
public class ReceiveBuilder$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ReceiveBuilder$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ReceiveBuilder$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ReceiveBuilder<T>
create()
Create a new mutable receive builder
-
-
-
Field Detail
-
MODULE$
public static final ReceiveBuilder$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
create
public <T> ReceiveBuilder<T> create()
Create a new mutable receive builder
-
-