Class MqttClientFactory
java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactory<org.eclipse.paho.client.mqttv3.MqttClient,MqttClientSettings>
org.frankframework.extensions.mqtt.MqttClientFactory
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
public class MqttClientFactory
extends ObjectFactory<org.eclipse.paho.client.mqttv3.MqttClient,MqttClientSettings>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.jdbc.datasource.ObjectFactory
ObjectFactory.ObjectInfo
-
Field Summary
Fields inherited from class org.frankframework.jdbc.datasource.ObjectFactory
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.paho.client.mqttv3.MqttClient
org.eclipse.paho.client.mqttv3.MqttClient
getClient
(String name, Properties environment) protected org.eclipse.paho.client.mqttv3.MqttClient
map
(MqttClientSettings data) Allows the originally created object to be mutated to another object.Methods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, augment, destroy, get, getObjectInfo, getObjectNames, toObjectInfo
-
Constructor Details
-
MqttClientFactory
public MqttClientFactory()
-
-
Method Details
-
map
Description copied from class:ObjectFactory
Allows the originally created object to be mutated to another object. Useful to generate an object from a filled DTO.- Overrides:
map
in classObjectFactory<org.eclipse.paho.client.mqttv3.MqttClient,
MqttClientSettings>
-
getClient
-
getClient
-