Package akka.actor.typed.internal
Class BehaviorImpl.DeferredBehavior<T>
- java.lang.Object
-
- akka.actor.typed.Behavior<T>
-
- akka.actor.typed.internal.BehaviorImpl.DeferredBehavior<T>
-
- Direct Known Subclasses:
DurableStateBehavior
,EventSourcedBehavior
,GroupRouter
,PoolRouter
- Enclosing class:
- BehaviorImpl
public abstract static class BehaviorImpl.DeferredBehavior<T> extends Behavior<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.actor.typed.Behavior
Behavior.BehaviorDecorators<Inner>, Behavior.BehaviorDecorators$
-
-
Constructor Summary
Constructors Constructor Description DeferredBehavior()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Behavior<T>
apply(TypedActorContext<T> ctx)
-
Methods inherited from class akka.actor.typed.Behavior
BehaviorDecorators, canonicalize, existsInStack, interpretMessage, interpretSignal, isAlive, isDeferred, isUnhandled, narrow, start, validateAsInitial
-
-
-
-
Method Detail
-
apply
public abstract Behavior<T> apply(TypedActorContext<T> ctx)
-
-