Skip to content

Interface: TransportRegistration

Makaio Framework


Makaio Framework / bus-core / TransportRegistration

Defined in: ../../../packages/bus-core/src/types/bus.ts:66

Result of registering a transport on the bus.

ready: Promise<void>

Defined in: ../../../packages/bus-core/src/types/bus.ts:74

Resolves when initial subscribe synchronization is complete and requests can safely route through this transport. Resolves immediately for transports that do not implement ready.


unregister: () => void

Defined in: ../../../packages/bus-core/src/types/bus.ts:68

Remove the transport from the registry and purge its remote handler entries.

void