require 'paho/version' require 'paho_jars' # Generated by jar-dependencies to autoload the jar files # so the require '.jar' is no longer needed. module Paho # Make the Java package available in the current module, which will act as a # namespace. It should allow the code to call the Paho Java code like this: # # Paho::MqttClient.new(uri, id, persist) # # ... where `MqttClient` is any kind of class or interface in the # `org.eclipse.paho.client.mqttv3` package. include_package 'org.eclipse.paho.client.mqttv3' end require 'paho/proxy' require 'paho/processor/base'