ActorRef
Functions
Link copied to clipboard
Sends a message to the actor and awaits a response using the default timeout.
abstract suspend fun <R : ActorProtocol.Response, M : ActorProtocol.Message<R>> ask(msg: M, timeout: Duration): Result<R>
Sends a message to the actor and awaits a response within a specified timeout.
Link copied to clipboard
Retrieves the statistics of the actor associated with this ActorRef.
Link copied to clipboard
Retrieves the current status of the actor associated with this ActorRef.
Link copied to clipboard
Sends a message to the actor associated with this ActorRef.