Uses of Interface
org.apache.camel.builder.component.dsl.TahuHostComponentBuilderFactory.TahuHostComponentBuilder
Packages that use TahuHostComponentBuilderFactory.TahuHostComponentBuilder
-
Uses of TahuHostComponentBuilderFactory.TahuHostComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return TahuHostComponentBuilderFactory.TahuHostComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.tahuHost()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 -
Uses of TahuHostComponentBuilderFactory.TahuHostComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement TahuHostComponentBuilderFactory.TahuHostComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return TahuHostComponentBuilderFactory.TahuHostComponentBuilderModifier and TypeMethodDescriptionTahuHostComponentBuilderFactory.TahuHostComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.TahuHostComponentBuilderFactory.TahuHostComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.TahuHostComponentBuilderFactory.TahuHostComponentBuilder.checkClientIdLength(boolean checkClientIdLength) MQTT client ID length check enabled.MQTT client ID to use for all server definitions, rather than specifying the same one for each.TahuHostComponentBuilderFactory.TahuHostComponentBuilder.configuration(org.apache.camel.component.tahu.TahuConfiguration configuration) To use a shared Tahu configuration.TahuHostComponentBuilderFactory.TahuHostComponentBuilder.keepAliveTimeout(int keepAliveTimeout) MQTT connection keep alive timeout, in seconds.Password for MQTT server authentication.TahuHostComponentBuilderFactory.TahuHostComponentBuilder.rebirthDebounceDelay(long 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),...TahuHostComponentBuilderFactory.TahuHostComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) SSL configuration for MQTT server connections.TahuHostComponentBuilderFactory.tahuHost()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-tahuTahuHostComponentBuilderFactory.TahuHostComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable/disable global SSL context parameters use.Username for MQTT server authentication.