PushEx v1.0.0-rc13 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()
t() :: %PushEx.Push{
channel: bitstring(),
data: any(),
event: bitstring(),
unix_ms: non_neg_integer()
}
t() :: %PushEx.Push{ channel: bitstring(), data: any(), event: bitstring(), unix_ms: non_neg_integer() }