Class MqttClientFactoryFactory
java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactory<MqttClientFactory,Object>
org.frankframework.extensions.mqtt.MqttClientFactoryFactory
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
-
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 TypeMethodDescriptionprotected MqttClientFactory
Allow implementing classes to augment the looked up object class 'O'.getClientFactory
(String name) Methods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, postDestroy, toObjectInfo
-
Constructor Details
-
MqttClientFactoryFactory
public MqttClientFactoryFactory()
-
-
Method Details
-
augment
Description copied from class:ObjectFactory
Allow implementing classes to augment the looked up object class 'O'. Allows the originally created object to be mutated to another object. Useful to generate an object from a filled DTO.- Overrides:
augment
in classObjectFactory<MqttClientFactory,
Object>
-
getClientFactory
-