ActorOptions
interface ActorOptions
Interface providing settings related to the internal behavior of an Actor.
The actual Actor is managed as a Coroutine Flow for each UniqueId. Using Actor, it remains active only when there are subscribers.