Search
kvasir_pub_sub
v0.0.1
Pages
Modules
Settings
View Source
Kvasir.PubSub.Handler
(kvasir_pub_sub v0.0.1)
Link to this section
Summary
Functions
child_spec(protocol, server, opts \\ [])
init(ref, transport, opts)
listen(server_state, topic, events, callback)
run(protocol, transport, socket, state, server_state)
start_handler_link(protocol, server, opts)
Link to this section
Functions
Link to this function
child_spec(protocol, server, opts \\ [])
View Source
@spec
child_spec(
module
(),
Kvasir.PubSub.server
(),
Keyword.t
()) ::
Supervisor.child_spec
()
Link to this function
init(ref, transport, opts)
View Source
Link to this function
listen(server_state, topic, events, callback)
View Source
Link to this function
run(protocol, transport, socket, state, server_state)
View Source
Link to this function
start_handler_link(protocol, server, opts)
View Source