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