ExRabbitMQAdmin.Consumer (ex_rabbitmq_admin v0.3.0)

Copy Markdown View Source

This module contains functions for interacting with RabbitMQ consumers.

Summary

Functions

List all consumers.

List consumers in a specific vhost.

Functions

list_consumers(client)

@spec list_consumers(client :: Tesla.Client.t()) ::
  {:ok, Tesla.Env.t()} | {:error, term()}

List all consumers.

list_vhost_consumers(client, vhost)

@spec list_vhost_consumers(client :: Tesla.Client.t(), vhost :: String.t()) ::
  {:ok, Tesla.Env.t()} | {:error, term()}

List consumers in a specific vhost.