View Source ProcessHub.Handler.Synchronization.IntervalSyncHandle (ProcessHub v0.2.0-alpha)

Handler for periodic synchronization.

Summary

Types

@type t() :: %ProcessHub.Handler.Synchronization.IntervalSyncHandle{
  hub_id: ProcessHub.hub_id(),
  remote_node: node(),
  sync_data: any(),
  sync_strat: ProcessHub.Strategy.Synchronization.Base.t()
}

Functions

@spec handle(t()) :: :ok