Uses of Interface
org.apache.camel.builder.endpoint.dsl.TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder
Packages that use TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder
-
Uses of TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return TahuHostEndpointBuilderFactory.TahuHostEndpointBuilderModifier and TypeMethodDescriptionTahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-host:hostIdPath parameter: hostId (required) ID for the host applicationTahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-host:hostIdPath parameter: hostId (required) ID for the host application -
Uses of TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return TahuHostEndpointBuilderFactory.TahuHostEndpointBuilderModifier and TypeMethodDescriptionTahuHostEndpointBuilderFactory.AdvancedTahuHostEndpointBuilder.basic()TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.checkClientIdLength(boolean checkClientIdLength) MQTT client ID length check enabled.TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.checkClientIdLength(String checkClientIdLength) MQTT client ID length check enabled.MQTT client ID to use for all server definitions, rather than specifying the same one for each.TahuHostEndpointBuilderFactory.endpointBuilder(String componentName, String path) TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.keepAliveTimeout(int keepAliveTimeout) MQTT connection keep alive timeout, in seconds.TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.keepAliveTimeout(String keepAliveTimeout) MQTT connection keep alive timeout, in seconds.Password for MQTT server authentication.TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.rebirthDebounceDelay(long rebirthDebounceDelay) Delay before recurring node rebirth messages will be sent.TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.rebirthDebounceDelay(String rebirthDebounceDelay) Delay before recurring node rebirth messages will be sent.MQTT server definitions, given with the following syntax in a comma-separated list: MqttServerName:(MqttClientId:)(tcp/ssl)://hostname(:port),...TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.sslContextParameters(String sslContextParameters) SSL configuration for MQTT server connections.TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) SSL configuration for MQTT server connections.Tahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-host:hostIdPath parameter: hostId (required) ID for the host applicationTahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-host:hostIdPath parameter: hostId (required) ID for the host applicationUsername for MQTT server authentication.