Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputClientDataConsumer ¶
type OutputClientDataConsumer struct {
// contains filtered or unexported fields
}
OutputClientDataConsumer consumes events that originated in the client API server.
func NewOutputClientDataConsumer ¶
func NewOutputClientDataConsumer( process *process.ProcessContext, cfg *config.SyncAPI, js nats.JetStreamContext, nats *nats.Conn, store storage.Database, notifier *notifier.Notifier, stream streams.StreamProvider, fts *fulltext.Search, ) *OutputClientDataConsumer
NewOutputClientDataConsumer creates a new OutputClientData consumer. Call Start() to begin consuming from room servers.
func (*OutputClientDataConsumer) Start ¶
func (s *OutputClientDataConsumer) Start() error
Start consuming from room servers
type OutputKeyChangeEventConsumer ¶
type OutputKeyChangeEventConsumer struct {
// contains filtered or unexported fields
}
OutputKeyChangeEventConsumer consumes events that originated in the key server.
func NewOutputKeyChangeEventConsumer ¶
func NewOutputKeyChangeEventConsumer( process *process.ProcessContext, cfg *config.SyncAPI, topic string, js nats.JetStreamContext, rsAPI roomserverAPI.SyncRoomserverAPI, store storage.Database, notifier *notifier.Notifier, stream streams.StreamProvider, ) *OutputKeyChangeEventConsumer
NewOutputKeyChangeEventConsumer creates a new OutputKeyChangeEventConsumer. Call Start() to begin consuming from the key server.
func (*OutputKeyChangeEventConsumer) Start ¶
func (s *OutputKeyChangeEventConsumer) Start() error
Start consuming from the key server
type OutputNotificationDataConsumer ¶ added in v0.6.5
type OutputNotificationDataConsumer struct {
// contains filtered or unexported fields
}
OutputNotificationDataConsumer consumes events that originated in the Push server.
func NewOutputNotificationDataConsumer ¶ added in v0.6.5
func NewOutputNotificationDataConsumer( process *process.ProcessContext, cfg *config.SyncAPI, js nats.JetStreamContext, store storage.Database, notifier *notifier.Notifier, stream streams.StreamProvider, ) *OutputNotificationDataConsumer
NewOutputNotificationDataConsumer creates a new consumer. Call Start() to begin consuming.
func (*OutputNotificationDataConsumer) Start ¶ added in v0.6.5
func (s *OutputNotificationDataConsumer) Start() error
Start starts consumption.
type OutputReceiptEventConsumer ¶ added in v0.3.0
type OutputReceiptEventConsumer struct {
// contains filtered or unexported fields
}
OutputReceiptEventConsumer consumes events that originated in the EDU server.
func NewOutputReceiptEventConsumer ¶ added in v0.3.0
func NewOutputReceiptEventConsumer( process *process.ProcessContext, cfg *config.SyncAPI, js nats.JetStreamContext, store storage.Database, notifier *notifier.Notifier, stream streams.StreamProvider, ) *OutputReceiptEventConsumer
NewOutputReceiptEventConsumer creates a new OutputReceiptEventConsumer. Call Start() to begin consuming from the EDU server.
func (*OutputReceiptEventConsumer) Start ¶ added in v0.3.0
func (s *OutputReceiptEventConsumer) Start() error
Start consuming receipts events.
type OutputRoomEventConsumer ¶
type OutputRoomEventConsumer struct {
// contains filtered or unexported fields
}
OutputRoomEventConsumer consumes events that originated in the room server.
func NewOutputRoomEventConsumer ¶
func NewOutputRoomEventConsumer( process *process.ProcessContext, cfg *config.SyncAPI, js nats.JetStreamContext, store storage.Database, notifier *notifier.Notifier, pduStream streams.StreamProvider, inviteStream streams.StreamProvider, rsAPI api.SyncRoomserverAPI, fts *fulltext.Search, asProducer *producers.AppserviceEventProducer, ) *OutputRoomEventConsumer
NewOutputRoomEventConsumer creates a new OutputRoomEventConsumer. Call Start() to begin consuming from room servers.
func (*OutputRoomEventConsumer) Start ¶
func (s *OutputRoomEventConsumer) Start() error
Start consuming from room servers
type OutputSendToDeviceEventConsumer ¶
type OutputSendToDeviceEventConsumer struct {
// contains filtered or unexported fields
}
OutputSendToDeviceEventConsumer consumes events that originated in the EDU server.
func NewOutputSendToDeviceEventConsumer ¶
func NewOutputSendToDeviceEventConsumer( process *process.ProcessContext, cfg *config.SyncAPI, js nats.JetStreamContext, store storage.Database, userAPI api.SyncKeyAPI, notifier *notifier.Notifier, stream streams.StreamProvider, ) *OutputSendToDeviceEventConsumer
NewOutputSendToDeviceEventConsumer creates a new OutputSendToDeviceEventConsumer. Call Start() to begin consuming from the EDU server.
func (*OutputSendToDeviceEventConsumer) Start ¶
func (s *OutputSendToDeviceEventConsumer) Start() error
Start consuming send-to-device events.
type OutputTypingEventConsumer ¶
type OutputTypingEventConsumer struct {
// contains filtered or unexported fields
}
OutputTypingEventConsumer consumes events that originated in the EDU server.
func NewOutputTypingEventConsumer ¶
func NewOutputTypingEventConsumer( process *process.ProcessContext, cfg *config.SyncAPI, js nats.JetStreamContext, eduCache *caching.EDUCache, notifier *notifier.Notifier, stream streams.StreamProvider, ) *OutputTypingEventConsumer
NewOutputTypingEventConsumer creates a new OutputTypingEventConsumer. Call Start() to begin consuming from the EDU server.
func (*OutputTypingEventConsumer) Start ¶
func (s *OutputTypingEventConsumer) Start() error
Start consuming typing events.
type PresenceConsumer ¶ added in v0.8.0
type PresenceConsumer struct {
// contains filtered or unexported fields
}
OutputTypingEventConsumer consumes events that originated in the EDU server.
func NewPresenceConsumer ¶ added in v0.8.0
func NewPresenceConsumer( process *process.ProcessContext, cfg *config.SyncAPI, js nats.JetStreamContext, nats *nats.Conn, db storage.Database, notifier *notifier.Notifier, stream streams.StreamProvider, deviceAPI api.SyncUserAPI, ) *PresenceConsumer
NewPresenceConsumer creates a new PresenceConsumer. Call Start() to begin consuming events.
func (*PresenceConsumer) EmitPresence ¶ added in v0.8.6
func (*PresenceConsumer) Start ¶ added in v0.8.0
func (s *PresenceConsumer) Start() error
Start consuming typing events.