View Source Ark.PubSub (ark v0.9.0)

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

clear(ps, pid \\ self())

View Source
Link to this function

publish(ps, topic, value)

View Source
Link to this function

start_link(otp_opts \\ [])

View Source
Link to this function

subscribe(ps, topic, opts \\ [])

View Source
Link to this function

subscribe(ps, client, topic, opts)

View Source
Link to this function

unsubscribe(ps, topic, tag \\ Ark.PubSub)

View Source