MqttBrowserConnection<T extends Object>.fromConnect constructor
MqttBrowserConnection<T extends Object>.fromConnect ()
Initializes a new instance of the MqttBrowserConnection class.
Implementation
MqttBrowserConnection.fromConnect(String server, int port, clientEventBus)
: super(clientEventBus) {
connect(server, port);
}