API reference / @evolu/common / Evolu/Protocol / ApplyProtocolMessageAsRelayOptions
Interface: ApplyProtocolMessageAsRelayOptions
Defined in: packages/common/src/Evolu/Protocol.ts:971
Properties
Property | Type | Description | Defined in |
---|---|---|---|
broadcast? | (ownerId , message ) => void | To 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 ) => void | To 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 |