Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dist/bus-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ export declare class BusClient {
healthCheck(): Promise<boolean>;
/** The port the bus is running on (0 = in-memory mode) */
get activePort(): number;
/**
* Close the client. No-op for plain HTTP clients — each call already uses
* a fresh request. Defined here so ScopedBusClient can override it as a
* no-op without accidentally inheriting a future lifecycle teardown.
*/
close(): void;
/** Returns a scoped client that prefixes all channels with {service}/ */
forService(name: string): BusClient;
/** Returns a scoped client that prefixes all channels with {sessionId}/ */
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading