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

Interface: ApplyProtocolMessageAsRelayOptions

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

Properties

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

Was this page helpful?