EventBroker.Broker (Anoma v0.29.0)
I am a Broker module.
I specify the behavior of the server acting as a central broker of the PubSub service. My functionality is minimal. I wait for messages and relay them to my subscribers.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
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
start_link(args \\ [])
@spec start_link(list()) :: GenServer.on_start()