Uses of Interface
org.apache.camel.builder.endpoint.dsl.PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder
Packages that use PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder
-
Uses of PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Paho component.Methods in org.apache.camel.builder.endpoint.dsl that return PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilderModifier and TypeMethodDescriptionPahoEndpointBuilderFactory.PahoEndpointProducerBuilder.advanced()To use an existing mqtt client.PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.client(org.eclipse.paho.client.mqttv3.MqttClient client) To use an existing mqtt client.PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.customWebSocketHeaders(String customWebSocketHeaders) Sets the Custom WebSocket Headers for the WebSocket Connection.PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.customWebSocketHeaders(Properties customWebSocketHeaders) Sets the Custom WebSocket Headers for the WebSocket Connection.PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.executorServiceTimeout(int executorServiceTimeout) Set the time in seconds that the executor service should wait when terminating before forcefully terminating.PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.executorServiceTimeout(String executorServiceTimeout) Set the time in seconds that the executor service should wait when terminating before forcefully terminating.PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).