ExRabbitMQAdmin.Node (ex_rabbitmq_admin v0.1.4)

View Source

Get information about nodes in the RabbitMQ cluster.

Summary

Functions

Get information about a specific node in the RabbitMQ cluster.

Get a list of nodes in the RabbitMQ cluster.

Functions

get_node(client, node, opts \\ [])

Get information about a specific node in the RabbitMQ cluster.

list_nodes(client)

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

Get a list of nodes in the RabbitMQ cluster.