Method: MQTT::Packet::Connect#will_topic

Defined in:
lib/mqtt/packet.rb

#will_topicObject

The topic name to send the Will message to



414
415
416
# File 'lib/mqtt/packet.rb', line 414

def will_topic
  @will_topic
end