Skip to content

SingletonAddress

3 exports Added in v1.0.0 Source

Address

Represents the unique address of an singleton within the cluster.

Signature

declare class SingletonAddress extends {
  [key: string]: any;
} {
  [key: string]: any;
  constructor(...args: [props?: {
    [key: string]: any;
  }, options?: MakeOptions]);
  readonly [TypeId]: symbol;
  "~effect/interfaces/Equal"(that: SingletonAddress): boolean;
  "~effect/interfaces/Hash"(): any;
}

TypeId

Added in v1.0.0 Source

Signature

declare const TypeId: unique symbol;

TypeId type

Added in v1.0.0 Source

Signature

type TypeId = typeof TypeId;