Options
All
  • Public
  • Public/Protected
  • All
Menu

Base interface for distributed objects.

Hierarchy

Index

Methods

  • destroy(): Promise<void>
  • Destroys this object cluster-wide. Clears all resources taken for this object.

    Returns Promise<void>

  • getName(): string
  • Returns the unique name of this object.

    Returns string

  • getPartitionKey(): string
  • Returns the key of the partition that this DistributedObject is assigned to. For a partitioned data structure, the returned value will not be null, but otherwise undefined.

    Returns string

  • getServiceName(): string
  • Returns the service name for this object.

    Returns string

Generated using TypeDoc