PubNux v0.0.1 PubNux.Publication View Source

Publish messages to the provided channel

Link to this section Summary

Types

t()

Represents Publication struct with the PubNub API client

Link to this section Types

Link to this type t() View Source
t() :: %PubNux.Publication{callback: String.t, channel: String.t, message: String.t, path: String.t, pub_key: String.t, store: boolean, sub_key: String.t}

Represents Publication struct with the PubNub API client

Link to this section Functions

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