package common.signal.v2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message GlobalSignal

model.proto:51

GlobalSignal indicates that everything should be scheduled for a refresh. It is reserved more more extreme edge cases, such as when an account may be inactive for an extended period of time, and their log is getting significantly full. The sending of a GlobalSignal is therefore restricted to a whitelisted set of signaler's, enforced by the Signaler service.

Used in: Signal

(message has no fields)

message PersonaSignal

model.proto:54

Used in: Signal

message Signal

model.proto:20

A signal notifies a client that an action should be performed. It's primary intention is to be a mechanism in which services can 'signal' a user client to perform some kind of action in a reliable way. It is _not_ a mechanism to send data, or synchronize data in and of itself. It _can_, however, be used as a mechanism to indicate that synchronization should be performed. See the related services in xiphias-api-internal and xiphias-api-mobile for usage details.

message Signal.Id

model.proto:29

Id is a byte-wise lexicographically sortable Id used for synchronizing the signal stream between clients and server.

Used in: Signal