Interface: TransportRegistration
Makaio Framework / bus-core / TransportRegistration
Interface: TransportRegistration
Section titled “Interface: TransportRegistration”Defined in: ../../../packages/bus-core/src/types/bus.ts:66
Result of registering a transport on the bus.
Properties
Section titled “Properties”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
Section titled “unregister”unregister: () =>
void
Defined in: ../../../packages/bus-core/src/types/bus.ts:68
Remove the transport from the registry and purge its remote handler entries.
Returns
Section titled “Returns”void