Skip to content

Interface: ChannelEndpoint

Makaio Framework


Makaio Framework / bus-core / ChannelEndpoint

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

A registered channel endpoint that accepts incoming connections.

readonly name: string

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

The endpoint name (e.g., ‘credentials’).


readonly token: string

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

The capability token clients need to open this channel.

close(): void

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

Unregister the endpoint, preventing new connections.

void