PushEx v1.0.0-rc15 PushEx.Push

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

Link to this section Summary

Link to this section Types

Link to this type

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