Class: Qpid::Proton::Tracker

Inherits:
Object
  • Object
show all
Defined in:
lib/qpid_proton/tracker.rb

Overview

A Tracker is used to track the disposition of a Message.

Constant Summary collapse

CUMULATIVE =
Cproton::PN_CUMULATIVE

Instance Method Summary collapse

Constructor Details

#initialize(impl) ⇒ Tracker

:nodoc:



30
31
32
# File 'lib/qpid_proton/tracker.rb', line 30

def initialize(impl) # :nodoc:
  @impl = impl
end

Instance Method Details

#implObject

:nodoc:



34
35
36
# File 'lib/qpid_proton/tracker.rb', line 34

def impl # :nodoc:
  @impl
end