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 ObjectFactory
ObjectFactory.ObjectInfo -
Field Summary
Fields inherited from class ObjectFactory
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NonNull MqttClientFactoryAllow implementing classes to augment the looked up object class 'O'.@NonNull MqttClientFactorygetClientFactory(String name) Methods inherited from class ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, postDestroy, toObjectInfo
-
Constructor Details
-
MqttClientFactoryFactory
public MqttClientFactoryFactory()
-
-
Method Details
-
augment
Description copied from class:ObjectFactoryAllow 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:
augmentin classObjectFactory<MqttClientFactory, Object>
-
getClientFactory
-