Package akka.actor.typed.scaladsl
Interface Behaviors.Receive<T>
-
- Enclosing class:
- Behaviors
public static interface Behaviors.Receive<T>
Behavior
that exposes additional fluent DSL methods to further change the message or signal reception behavior. It's returned by for exampleBehaviors.receiveMessage
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Behavior<T>
receiveSignal(scala.PartialFunction<scala.Tuple2<ActorContext<T>,Signal>,Behavior<T>> onSignal)
-