EventBroker.Broker (Anoma v0.34.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
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start_link(list()) :: GenServer.on_start()