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