PekkoLocation: {
    _type: "PekkoLocation";
    connection: Connection;
    metadata: Record<string, string>;
    uri: string;
}

Represents a live Pekko connection of a component

Type declaration

  • _type: "PekkoLocation"
  • connection: Connection
  • metadata: Record<string, string>
  • uri: string