Class: ZZQ::Routing::Broker::Session
- Inherits:
-
Struct
- Object
- Struct
- ZZQ::Routing::Broker::Session
- Defined in:
- lib/zzq/routing/broker.rb
Instance Attribute Summary collapse
-
#clean_disconnect ⇒ Object
Returns the value of attribute clean_disconnect.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#conn ⇒ Object
Returns the value of attribute conn.
-
#keepalive ⇒ Object
Returns the value of attribute keepalive.
-
#packet_ids ⇒ Object
Returns the value of attribute packet_ids.
-
#qos_tracker ⇒ Object
Returns the value of attribute qos_tracker.
-
#subscriptions ⇒ Object
Returns the value of attribute subscriptions.
-
#will ⇒ Object
Returns the value of attribute will.
Instance Attribute Details
#clean_disconnect ⇒ Object
Returns the value of attribute clean_disconnect
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def clean_disconnect @clean_disconnect end |
#client_id ⇒ Object
Returns the value of attribute client_id
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def client_id @client_id end |
#conn ⇒ Object
Returns the value of attribute conn
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def conn @conn end |
#keepalive ⇒ Object
Returns the value of attribute keepalive
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def keepalive @keepalive end |
#packet_ids ⇒ Object
Returns the value of attribute packet_ids
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def packet_ids @packet_ids end |
#qos_tracker ⇒ Object
Returns the value of attribute qos_tracker
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def qos_tracker @qos_tracker end |
#subscriptions ⇒ Object
Returns the value of attribute subscriptions
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def subscriptions @subscriptions end |
#will ⇒ Object
Returns the value of attribute will
30 31 32 |
# File 'lib/zzq/routing/broker.rb', line 30 def will @will end |