Sha256: d09875960b9efb350938d3b5c870cd4c3679aabadaaad4ee2e281efa21c25f14

Contents?: true

Size: 830 Bytes

Versions: 43

Compression:

Stored size: 830 Bytes

Contents

# Copyright (c) 2013 National ICT Australia Limited (NICTA).
# This software may be used and distributed solely under the terms of the MIT license (License).
# You should find a copy of the License in LICENSE.TXT or at http://opensource.org/licenses/MIT.
# By downloading or using this software you accept the terms and the liability disclaimer in the License.

require 'oml4r'

module OmfCommon
  class Comm
    class AMQP

      class MPPublished < OML4R::MPBase
        name :amqp_published
        param :time, :type => :double
        param :topic, :type => :string
        param :mid, :type => :string
      end

      class MPReceived < OML4R::MPBase
        name :amqp_received
        param :time, :type => :double
        param :topic, :type => :string
        param :mid, :type => :string
      end

    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
omf_common-6.2.3 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.2.2 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.2.1 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.2.0 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.2.0.pre.2 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.2.0.pre.1 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.14.pre.2 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.14.pre.1 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.12 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.11 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.10 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.9 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.9.pre.4 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.9.pre.3 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.9.pre.2 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.8 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.7 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.6 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.6.pre.2 lib/omf_common/comm/amqp/amqp_mp.rb
omf_common-6.1.6.pre.1 lib/omf_common/comm/amqp/amqp_mp.rb