mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-08-10 22:03:19 +00:00
adjust comment
This commit is contained in:
parent
1ffee9600c
commit
b7a694ce2c
@ -8,10 +8,9 @@ import logos_delivery/channels/types as channel_types
|
|||||||
# capability the generic `ReliableChannel[M]`/`ReliableChannelManager[M]` need.
|
# capability the generic `ReliableChannel[M]`/`ReliableChannelManager[M]` need.
|
||||||
export api_types, messaging_client_api, channel_types
|
export api_types, messaging_client_api, channel_types
|
||||||
|
|
||||||
# Structural API contract for the reliable-channel surface. This is the
|
# Structural API contract for the reliable-channel surface (ops in
|
||||||
# node-bound consumer view (the messaging node is already bound), so it is
|
# `channels/api/*`). `createReliableChannel` is node-free because the manager
|
||||||
# satisfied by `LogosDelivery` — the concentrator that owns the node — rather
|
# owns the messaging node, so `ReliableChannelManager` satisfies this directly.
|
||||||
# than by the manager, whose `createReliableChannel` takes the node explicitly.
|
|
||||||
type ReliableChannelApi* = concept c
|
type ReliableChannelApi* = concept c
|
||||||
createReliableChannel(
|
createReliableChannel(
|
||||||
c, channelId = ChannelId, contentTopic = ContentTopic, senderId = SdsParticipantID
|
c, channelId = ChannelId, contentTopic = ContentTopic, senderId = SdsParticipantID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user