Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceListUpdateConsumer ¶ added in v0.8.9
type DeviceListUpdateConsumer struct {
// contains filtered or unexported fields
}
DeviceListUpdateConsumer consumes device list updates that came in over federation.
func NewDeviceListUpdateConsumer ¶ added in v0.8.9
func NewDeviceListUpdateConsumer( process *process.ProcessContext, cfg *config.KeyServer, js nats.JetStreamContext, updater *internal.DeviceListUpdater, ) *DeviceListUpdateConsumer
NewDeviceListUpdateConsumer creates a new DeviceListConsumer. Call Start() to begin consuming from key servers.
func (*DeviceListUpdateConsumer) Start ¶ added in v0.8.9
func (t *DeviceListUpdateConsumer) Start() error
Start consuming from key servers
Click to show internal directories.
Click to hide internal directories.