Uses of Class
org.apache.camel.component.paho.PahoConfiguration
-
Uses of PahoConfiguration in org.apache.camel.component.paho
Methods in org.apache.camel.component.paho that return PahoConfigurationModifier and TypeMethodDescriptionPahoConfiguration.copy()PahoComponent.getConfiguration()PahoEndpoint.getConfiguration()Methods in org.apache.camel.component.paho with parameters of type PahoConfigurationModifier and TypeMethodDescriptionprotected static org.eclipse.paho.client.mqttv3.MqttClientPersistencePahoEndpoint.createMqttClientPersistence(PahoConfiguration configuration) protected static org.eclipse.paho.client.mqttv3.MqttConnectOptionsPahoEndpoint.createMqttConnectOptions(PahoConfiguration config) voidPahoComponent.setConfiguration(PahoConfiguration configuration) To use the shared Paho configurationConstructors in org.apache.camel.component.paho with parameters of type PahoConfigurationModifierConstructorDescriptionPahoEndpoint(String uri, String topic, PahoComponent component, PahoConfiguration configuration)