Uses of Class
org.apache.camel.component.paho.mqtt5.PahoMqtt5Configuration
-
Uses of PahoMqtt5Configuration in org.apache.camel.component.paho.mqtt5
Methods in org.apache.camel.component.paho.mqtt5 that return PahoMqtt5ConfigurationModifier and TypeMethodDescriptionPahoMqtt5Configuration.copy()PahoMqtt5Component.getConfiguration()PahoMqtt5Endpoint.getConfiguration()Methods in org.apache.camel.component.paho.mqtt5 with parameters of type PahoMqtt5ConfigurationModifier and TypeMethodDescriptionprotected static org.eclipse.paho.mqttv5.client.MqttClientPersistencePahoMqtt5Endpoint.createMqttClientPersistence(PahoMqtt5Configuration configuration) voidPahoMqtt5Component.setConfiguration(PahoMqtt5Configuration configuration) To use the shared Paho configurationConstructors in org.apache.camel.component.paho.mqtt5 with parameters of type PahoMqtt5ConfigurationModifierConstructorDescriptionPahoMqtt5Endpoint(String uri, String topic, PahoMqtt5Component component, PahoMqtt5Configuration configuration)