Shout.Subscription (Shout v0.1.0) View Source

A struct to represent a subscription.

Link to this section Summary

Link to this section Types

Specs

t() :: %Shout.Subscription{
  async: boolean(),
  event: String.t(),
  from: Module.t(),
  to: Function.t()
}