Processes a single message and returns the reply. @param ctx the actor context @param message the incoming message @return the reply value
(ActorContext<T> ctx, T message)
| 42 | * @return the reply value |
| 43 | */ |
| 44 | R apply(ActorContext<T> ctx, T message); |
| 45 | } |
no outgoing calls
no test coverage detected