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