Interface: ChannelEndpoint
Makaio Framework / bus-core / ChannelEndpoint
Interface: ChannelEndpoint
Section titled “Interface: ChannelEndpoint”Defined in: ../../../packages/bus-core/src/channel/types.ts:92
A registered channel endpoint that accepts incoming connections.
Properties
Section titled “Properties”
readonlyname:string
Defined in: ../../../packages/bus-core/src/channel/types.ts:94
The endpoint name (e.g., ‘credentials’).
readonlytoken:string
Defined in: ../../../packages/bus-core/src/channel/types.ts:96
The capability token clients need to open this channel.
Methods
Section titled “Methods”close()
Section titled “close()”close():
void
Defined in: ../../../packages/bus-core/src/channel/types.ts:98
Unregister the endpoint, preventing new connections.
Returns
Section titled “Returns”void