Class BehaviorImpl.DeferredBehavior$
java.lang.Object
org.apache.pekko.actor.typed.internal.BehaviorImpl.DeferredBehavior$
- Enclosing class:
- BehaviorImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BehaviorImpl.DeferredBehavior$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Behavior<T>apply(scala.Function1<ActorContext<T>, Behavior<T>> factory)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DeferredBehavior$
public DeferredBehavior$()
-
-
Method Details
-
apply
-