Actor

interface Actor

An actor represents a launch entry point for processing a query or mutation command.

Inheritors

Functions

Link copied to clipboard
abstract fun launchIn(scope: CoroutineScope): Job

Launches the actor.