peluquero v0.99.21 Peluquero.Peluqueria View Source
The supervisor process for the Peluquero.Actor
and Peluquero.Rabbit
pair.
Link to this section Summary
Functions
Removes the middleware from the middlewares list
Returns a specification to start this module under a supervisor
Adds a handler to the handlers list
Directly publishes a payload to the publisher specified by name, queue and exchange
Publishes a new message to publisher specified by name, queue and exchange
Adds a middleware to the middlewares list
Adds a handler to the handlers list
Directly publishes a payload to the publisher specified by name, queue and exchange
Link to this section Functions
blunt!(name \\ nil, count \\ 0) View Source
Removes the middleware from the middlewares list
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
comb!(name \\ nil, payload) View Source
Adds a handler to the handlers list
comb!(name, queue, exchange, payload, routing_key \\ "") View Source
Directly publishes a payload to the publisher specified by name, queue and exchange
publish!(name \\ nil, payload) View Source
publish!(name, queue, exchange, payload, routing_key \\ "") View Source
Publishes a new message to publisher specified by name, queue and exchange
scissors!(name \\ nil, fun) View Source
Adds a middleware to the middlewares list
shear!(name \\ nil, payload) View Source
Adds a handler to the handlers list
shear!(name, queue, exchange, payload, routing_key \\ "") View Source
Directly publishes a payload to the publisher specified by name, queue and exchange