PubSubx (pub_subx v0.1.0)
Documentation for PubSubx
.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Link to this type
process()
Link to this type
topic()
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
publish(topic, message, name \\ __MODULE__)
Link to this function
start_link(opts \\ [])
@spec start_link(Keyword.t()) :: GenServer.on_start()
Link to this function
subscribe(topic, pid, name \\ __MODULE__)
Link to this function
subscribers(topic, name \\ __MODULE__)
Link to this function
topics(name \\ __MODULE__)
Link to this function