tell

open suspend override fun tell(msg: ActorProtocol): Result<Unit>

Sends a message to the actor identified by the given address.

Parameters

msg

The message to be sent to the actor.