PubNux v0.0.1 PubNux.Subscription View Source

Suscribes messages to the provided channel

Link to this section Summary

Types

t()

Represents Subscription struct with the PubNub API client

Link to this section Types

Link to this type t() View Source
t() :: %PubNux.Subscription{callback: String.t, channel: String.t, path: String.t, sub_key: String.t, time_token: String.t}

Represents Subscription struct with the PubNub API client

Link to this section Functions

Link to this function build(config, subs_params) View Source
build(Config.t, Keyword.t) :: PubNux.Subscription.t