Uses of Interface
org.apache.camel.builder.component.dsl.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder
Packages that use PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder
-
Uses of PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.pahoMqtt5()Paho MQTT 5 (camel-paho-mqtt5) Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client. -
Uses of PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilderModifier and TypeMethodDescriptionPahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.automaticReconnect(boolean automaticReconnect) Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.The URL of the MQTT broker.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.cleanStart(boolean cleanStart) Sets whether the client and server should remember state across restarts and reconnects.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.client(org.eclipse.paho.mqttv5.client.MqttClient client) To use a shared Paho client.MQTT client identifier.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.configuration(org.apache.camel.component.paho.mqtt5.PahoMqtt5Configuration configuration) To use the shared Paho configuration.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.connectionTimeout(int connectionTimeout) Sets the connection timeout value.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.customWebSocketHeaders(Map<String, String> customWebSocketHeaders) Sets the Custom WebSocket Headers for the WebSocket Connection.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.executorServiceTimeout(int executorServiceTimeout) Set the time in seconds that the executor service should wait when terminating before forcefully terminating.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.filePersistenceDirectory(String filePersistenceDirectory) Base directory used by file persistence.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.httpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled) Whether SSL HostnameVerifier is enabled or not.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.keepAliveInterval(int keepAliveInterval) Sets the keep alive interval.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.maxReconnectDelay(int maxReconnectDelay) Get the maximum time (in millis) to wait between reconnects.PahoMqtt5ComponentBuilderFactory.pahoMqtt5()Paho MQTT 5 (camel-paho-mqtt5) Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client.Password to be used for authentication against the MQTT broker.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.persistence(org.apache.camel.component.paho.mqtt5.PahoMqtt5Persistence persistence) Client persistence to be used - memory or file.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.qos(int qos) Client quality of service level (0-2).PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.receiveMaximum(int receiveMaximum) Sets the Receive Maximum.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.retained(boolean retained) Retain option.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.serverURIs(String serverURIs) Set a list of one or more serverURIs the client may connect to.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.sessionExpiryInterval(long sessionExpiryInterval) Sets the Session Expiry Interval.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.socketFactory(SocketFactory socketFactory) Sets the SocketFactory to use.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.sslClientProps(Properties sslClientProps) Sets the SSL properties for the connection.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.sslHostnameVerifier(HostnameVerifier sslHostnameVerifier) Sets the HostnameVerifier for the SSL connection.Username to be used for authentication against the MQTT broker.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.willMqttProperties(org.eclipse.paho.mqttv5.common.packet.MqttProperties willMqttProperties) Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.willPayload(String willPayload) Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.willQos(int willQos) Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder.willRetained(boolean willRetained) Sets the Last Will and Testament (LWT) for the connection.Sets the Last Will and Testament (LWT) for the connection.