Options
All
  • Public
  • Public/Protected
  • All
Menu

DistributedObjectEvent is fired when a DistributedObject is created or destroyed cluster-wide.

Hierarchy

  • DistributedObjectEvent

Index

Constructors

  • new DistributedObjectEvent(eventType: string, serviceName: string, objectName: string): DistributedObjectEvent
  • Parameters

    • eventType: string
    • serviceName: string
    • objectName: string

    Returns DistributedObjectEvent

Properties

eventType: string

The type of this event; one of 'created' or 'destroyed'.

objectName: string

The name of related DistributedObject.

serviceName: string

The service name of related DistributedObject.

Generated using TypeDoc