orbit-client / orbit.client.addressable / AbstractAddressable

AbstractAddressable

abstract class AbstractAddressable

An abstract Addressable which allows Orbit to provide an AddressableContext.

Constructors

<init>

An abstract Addressable which allows Orbit to provide an AddressableContext.

AbstractAddressable()

Properties

context

The Orbit context. It will be available after the Addressable is registered with Orbit. Attempting to access this variable before registration is undefined behavior.

lateinit var context: AddressableContext

Inheritors

AbstractActor

Base class to Actor implementations.

abstract class AbstractActor : AbstractAddressable