PushEx.Push (PushEx v2.0.0)

Push data that should be delivered to a given channel/event.

Link to this section Summary

Link to this section Types

Specs

t() :: %PushEx.Push{
  channel: bitstring(),
  data: any(),
  event: bitstring(),
  unix_ms: non_neg_integer()
}