Uses of Interface
org.apache.camel.builder.endpoint.dsl.PahoEndpointBuilderFactory.PahoEndpointBuilder
Packages that use PahoEndpointBuilderFactory.PahoEndpointBuilder
-
Uses of PahoEndpointBuilderFactory.PahoEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return PahoEndpointBuilderFactory.PahoEndpointBuilderModifier and TypeMethodDescriptionPaho (camel-paho) Communicate with MQTT message brokers using Eclipse Paho MQTT Client.Paho (camel-paho) Communicate with MQTT message brokers using Eclipse Paho MQTT Client. -
Uses of PahoEndpointBuilderFactory.PahoEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PahoEndpointBuilderFactory.PahoEndpointBuilderModifier and TypeMethodDescriptionPahoEndpointBuilderFactory.PahoEndpointBuilder.automaticReconnect(boolean automaticReconnect) Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.PahoEndpointBuilderFactory.PahoEndpointBuilder.automaticReconnect(String automaticReconnect) Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.basic()The URL of the MQTT broker.PahoEndpointBuilderFactory.PahoEndpointBuilder.cleanSession(boolean cleanSession) Sets whether the client and server should remember state across restarts and reconnects.PahoEndpointBuilderFactory.PahoEndpointBuilder.cleanSession(String cleanSession) Sets whether the client and server should remember state across restarts and reconnects.MQTT client identifier.PahoEndpointBuilderFactory.PahoEndpointBuilder.connectionTimeout(int connectionTimeout) Sets the connection timeout value.PahoEndpointBuilderFactory.PahoEndpointBuilder.connectionTimeout(String connectionTimeout) Sets the connection timeout value.PahoEndpointBuilderFactory.endpointBuilder(String componentName, String path) PahoEndpointBuilderFactory.PahoEndpointBuilder.filePersistenceDirectory(String filePersistenceDirectory) Base directory used by file persistence.PahoEndpointBuilderFactory.PahoEndpointBuilder.httpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled) Whether SSL HostnameVerifier is enabled or not.PahoEndpointBuilderFactory.PahoEndpointBuilder.httpsHostnameVerificationEnabled(String httpsHostnameVerificationEnabled) Whether SSL HostnameVerifier is enabled or not.PahoEndpointBuilderFactory.PahoEndpointBuilder.keepAliveInterval(int keepAliveInterval) Sets the keep alive interval.PahoEndpointBuilderFactory.PahoEndpointBuilder.keepAliveInterval(String keepAliveInterval) Sets the keep alive interval.PahoEndpointBuilderFactory.PahoEndpointBuilder.maxInflight(int maxInflight) Sets the max inflight.PahoEndpointBuilderFactory.PahoEndpointBuilder.maxInflight(String maxInflight) Sets the max inflight.PahoEndpointBuilderFactory.PahoEndpointBuilder.maxReconnectDelay(int maxReconnectDelay) Get the maximum time (in millis) to wait between reconnects.PahoEndpointBuilderFactory.PahoEndpointBuilder.maxReconnectDelay(String maxReconnectDelay) Get the maximum time (in millis) to wait between reconnects.PahoEndpointBuilderFactory.PahoEndpointBuilder.mqttVersion(int mqttVersion) Sets the MQTT version.PahoEndpointBuilderFactory.PahoEndpointBuilder.mqttVersion(String mqttVersion) Sets the MQTT version.Paho (camel-paho) Communicate with MQTT message brokers using Eclipse Paho MQTT Client.Paho (camel-paho) Communicate with MQTT message brokers using Eclipse Paho MQTT Client.Password to be used for authentication against the MQTT broker.PahoEndpointBuilderFactory.PahoEndpointBuilder.persistence(String persistence) Client persistence to be used - memory or file.PahoEndpointBuilderFactory.PahoEndpointBuilder.persistence(org.apache.camel.component.paho.PahoPersistence persistence) Client persistence to be used - memory or file.PahoEndpointBuilderFactory.PahoEndpointBuilder.qos(int qos) Client quality of service level (0-2).Client quality of service level (0-2).PahoEndpointBuilderFactory.PahoEndpointBuilder.retained(boolean retained) Retain option.Retain option.PahoEndpointBuilderFactory.PahoEndpointBuilder.serverURIs(String serverURIs) Set a list of one or more serverURIs the client may connect to.PahoEndpointBuilderFactory.PahoEndpointBuilder.socketFactory(String socketFactory) Sets the SocketFactory to use.PahoEndpointBuilderFactory.PahoEndpointBuilder.socketFactory(SocketFactory socketFactory) Sets the SocketFactory to use.PahoEndpointBuilderFactory.PahoEndpointBuilder.sslClientProps(String sslClientProps) Sets the SSL properties for the connection.PahoEndpointBuilderFactory.PahoEndpointBuilder.sslClientProps(Properties sslClientProps) Sets the SSL properties for the connection.PahoEndpointBuilderFactory.PahoEndpointBuilder.sslHostnameVerifier(String sslHostnameVerifier) Sets the HostnameVerifier for the SSL connection.PahoEndpointBuilderFactory.PahoEndpointBuilder.sslHostnameVerifier(HostnameVerifier sslHostnameVerifier) Sets the HostnameVerifier for the SSL connection.Username to be used for authentication against the MQTT broker.PahoEndpointBuilderFactory.PahoEndpointBuilder.willPayload(String willPayload) Sets the Last Will and Testament (LWT) for the connection.PahoEndpointBuilderFactory.PahoEndpointBuilder.willQos(int willQos) Sets the Last Will and Testament (LWT) for the connection.Sets the Last Will and Testament (LWT) for the connection.PahoEndpointBuilderFactory.PahoEndpointBuilder.willRetained(boolean willRetained) Sets the Last Will and Testament (LWT) for the connection.PahoEndpointBuilderFactory.PahoEndpointBuilder.willRetained(String willRetained) Sets the Last Will and Testament (LWT) for the connection.Sets the Last Will and Testament (LWT) for the connection.