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 attach(iid: InstanceId)

Attaches an instance to the actor.

Link copied to clipboard
abstract fun detach(iid: InstanceId)

Detaches an instance from the actor.

Link copied to clipboard

Returns whether the actor has attached instances.