orbit-client / orbit.client.actor / Actor

Actor

@NonConcrete interface Actor : Addressable

Interface marker for actors.

Inheritors

ActorWithInt32Key

An actor with an int32 key.

interface ActorWithInt32Key : Actor

ActorWithInt64Key

An actor with an int64 key.

interface ActorWithInt64Key : Actor

ActorWithNoKey

An actor with no key.

interface ActorWithNoKey : Actor

ActorWithStringKey

An actor with a string key.

interface ActorWithStringKey : Actor