Uses of Interface
org.apache.camel.builder.endpoint.dsl.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder
Packages that use PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder
-
Uses of PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilderModifier and TypeMethodDescriptionPaho MQTT 5 (camel-paho-mqtt5) Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client.Paho MQTT 5 (camel-paho-mqtt5) Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client. -
Uses of PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilderModifier and TypeMethodDescriptionPahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.automaticReconnect(boolean automaticReconnect) Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.automaticReconnect(String automaticReconnect) Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.PahoMqtt5EndpointBuilderFactory.AdvancedPahoMqtt5EndpointBuilder.basic()The URL of the MQTT broker.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.cleanStart(boolean cleanStart) Sets whether the client and server should remember state across restarts and reconnects.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.cleanStart(String cleanStart) Sets whether the client and server should remember state across restarts and reconnects.MQTT client identifier.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.connectionTimeout(int connectionTimeout) Sets the connection timeout value.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.connectionTimeout(String connectionTimeout) Sets the connection timeout value.PahoMqtt5EndpointBuilderFactory.endpointBuilder(String componentName, String path) PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.filePersistenceDirectory(String filePersistenceDirectory) Base directory used by file persistence.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.httpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled) Whether SSL HostnameVerifier is enabled or not.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.httpsHostnameVerificationEnabled(String httpsHostnameVerificationEnabled) Whether SSL HostnameVerifier is enabled or not.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.keepAliveInterval(int keepAliveInterval) Sets the keep alive interval.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.keepAliveInterval(String keepAliveInterval) Sets the keep alive interval.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.maxReconnectDelay(int maxReconnectDelay) Get the maximum time (in millis) to wait between reconnects.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.maxReconnectDelay(String maxReconnectDelay) Get the maximum time (in millis) to wait between reconnects.Paho MQTT 5 (camel-paho-mqtt5) Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client.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.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.persistence(String persistence) Client persistence to be used - memory or file.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.persistence(org.apache.camel.component.paho.mqtt5.PahoMqtt5Persistence persistence) Client persistence to be used - memory or file.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.qos(int qos) Client quality of service level (0-2).Client quality of service level (0-2).PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.receiveMaximum(int receiveMaximum) Sets the Receive Maximum.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.receiveMaximum(String receiveMaximum) Sets the Receive Maximum.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.retained(boolean retained) Retain option.Retain option.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.serverURIs(String serverURIs) Set a list of one or more serverURIs the client may connect to.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.sessionExpiryInterval(long sessionExpiryInterval) Sets the Session Expiry Interval.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.sessionExpiryInterval(String sessionExpiryInterval) Sets the Session Expiry Interval.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.socketFactory(String socketFactory) Sets the SocketFactory to use.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.socketFactory(SocketFactory socketFactory) Sets the SocketFactory to use.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.sslClientProps(String sslClientProps) Sets the SSL properties for the connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.sslClientProps(Properties sslClientProps) Sets the SSL properties for the connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.sslHostnameVerifier(String sslHostnameVerifier) Sets the HostnameVerifier for the SSL connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.sslHostnameVerifier(HostnameVerifier sslHostnameVerifier) Sets the HostnameVerifier for the SSL connection.Username to be used for authentication against the MQTT broker.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.willMqttProperties(String willMqttProperties) Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.willMqttProperties(org.eclipse.paho.mqttv5.common.packet.MqttProperties willMqttProperties) Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.willPayload(String willPayload) Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.willQos(int willQos) Sets the Last Will and Testament (LWT) for the connection.Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.willRetained(boolean willRetained) Sets the Last Will and Testament (LWT) for the connection.PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder.willRetained(String willRetained) Sets the Last Will and Testament (LWT) for the connection.Sets the Last Will and Testament (LWT) for the connection.