yggdrasil_rabbitmq v4.1.5 Yggdrasil.Subscriber.Adapter.RabbitMQ.Pool View Source

This module defines a RabbitMQ connection pool identified by a namespace.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Gets a RabbitMQ connection for a namespace

Starts a RabbitMQ connection pool for a namespace with some optional Supervisor options

Stops the supervisor

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function get_connection(namespace) View Source

Gets a RabbitMQ connection for a namespace.

Link to this function start_link(namespace, options \\ []) View Source

Starts a RabbitMQ connection pool for a namespace with some optional Supervisor options.

Stops the supervisor.