Class: ZZQ::Routing::Broker::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/zzq/routing/broker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clean_disconnectObject

Returns the value of attribute clean_disconnect

Returns:

  • (Object)

    the current value of clean_disconnect



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def clean_disconnect
  @clean_disconnect
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def client_id
  @client_id
end

#connObject

Returns the value of attribute conn

Returns:

  • (Object)

    the current value of conn



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def conn
  @conn
end

#keepaliveObject

Returns the value of attribute keepalive

Returns:

  • (Object)

    the current value of keepalive



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def keepalive
  @keepalive
end

#packet_idsObject

Returns the value of attribute packet_ids

Returns:

  • (Object)

    the current value of packet_ids



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def packet_ids
  @packet_ids
end

#qos_trackerObject

Returns the value of attribute qos_tracker

Returns:

  • (Object)

    the current value of qos_tracker



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def qos_tracker
  @qos_tracker
end

#subscriptionsObject

Returns the value of attribute subscriptions

Returns:

  • (Object)

    the current value of subscriptions



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def subscriptions
  @subscriptions
end

#willObject

Returns the value of attribute will

Returns:

  • (Object)

    the current value of will



30
31
32
# File 'lib/zzq/routing/broker.rb', line 30

def will
  @will
end