ActorHandler
in
Tags
Table of Contents
Methods
Methods
handle()
Handle an incoming message and return the next behavior.
public
handle(ActorContext<string|int, T> $ctx, T $message) : Behavior<string|int, T>
Parameters
- $ctx : ActorContext<string|int, T>
- $message : T