abstract class AbstractAddressable
An abstract Addressable which allows Orbit to provide an AddressableContext.
<init> |
An abstract Addressable which allows Orbit to provide an AddressableContext. AbstractAddressable() |
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 |
AbstractActor |
Base class to Actor implementations. abstract class AbstractActor : AbstractAddressable |