API reference / @evolu/common / Evolu/Protocol / ApplyProtocolMessageAsRelayOptions

Interface: ApplyProtocolMessageAsRelayOptions

Defined in: packages/common/src/Evolu/Protocol.ts:967

Properties

PropertyTypeDescriptionDefined in
broadcast?(ownerId, message) => voidTo broadcast a protocol message to all subscribers.packages/common/src/Evolu/Protocol.ts:972
rangesMaxSize?number & Brand<"Int"> & Brand<"NonNegative"> & Brand<"Positive">-packages/common/src/Evolu/Protocol.ts:975
subscribe?(ownerId) => voidTo subscribe an owner for broadcasting.packages/common/src/Evolu/Protocol.ts:969
totalMaxSize?number & Brand<"Int"> & Brand<"NonNegative"> & Brand<"Positive">-packages/common/src/Evolu/Protocol.ts:974

Was this page helpful?