Class: Qpid::Management::Exchange

Inherits:
BrokerObject show all
Defined in:
lib/qpid_management/exchange.rb

Overview

Representation of an exchange. Properties include:

  • arguments

  • autoDelete

  • bindingCount

  • bindingCountHigh

  • bindingCountLow

  • byteDrops

  • byteReceives

  • byteRoutes

  • durable

  • msgDrops

  • msgReceives

  • msgRoutes

  • name

  • producerCount

  • producerCountHigh

  • producerCountLow

  • type

  • vhostRef

Instance Attribute Summary

Attributes inherited from BrokerObject

#content

Method Summary

Methods inherited from BrokerObject

#[], #created_at, #deleted_at, #id, #initialize, #invoke_method, #method_missing, qmf_class, #refresh!, #short_id, #to_s, #updated_at

Constructor Details

This class inherits a constructor from Qpid::Management::BrokerObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Qpid::Management::BrokerObject