ClientConfig: {
    connection: Connection;
    events?: types/system_events;
}

Type declaration

  • connection: Connection
  • Optionalevents?: types/system_events

    Optional system-event sink. When set, client.escalations.* operations call events.publish post-commit from the invoking process. Wires the same hook as HotMeshConfig.events for direct-client callers.