View Source ProcessHub.Strategy.Synchronization.PubSub (ProcessHub v0.2.0-alpha)

This PubSub synchronization strategy uses the :blockade library to dispatch and handle synchronization events. Each ProcessHub instance has its own event queue that is used to dispatch and handle synchronization events.

Summary

Types

t()

The PubSub synchronization strategy options.

Types

@type t() :: %ProcessHub.Strategy.Synchronization.PubSub{sync_interval: pos_integer()}

The PubSub synchronization strategy options.

  • sync_interval - the periodic synchronization interval in milliseconds. Defaults to 15000.