Interface: BusUrlConfig
Makaio Framework / bus-core / BusUrlConfig
Interface: BusUrlConfig
Section titled “Interface: BusUrlConfig”Defined in: ../../../packages/bus-core/src/utils/url-config.ts:17
Parsed bus URL configuration.
Properties
Section titled “Properties”href:
string
Defined in: ../../../packages/bus-core/src/utils/url-config.ts:23
The full URL href for client connections. For default localhost, includes explicit port. For user-provided URLs, preserves original (protocol defaults intact).
isDefault
Section titled “isDefault”isDefault:
boolean
Defined in: ../../../packages/bus-core/src/utils/url-config.ts:36
Whether this is the default localhost URL (no env var set).
port:
number|undefined
Defined in: ../../../packages/bus-core/src/utils/url-config.ts:31
The port number for server binding.
- For default localhost: 6252
- For user-provided URLs with explicit port: that port
- For user-provided URLs without port: undefined (use protocol default)