Uses of Interface
org.apache.camel.builder.endpoint.dsl.PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder
Packages that use PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder
-
Uses of PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilderModifier and TypeMethodDescriptionPahoEndpointBuilderFactory.PahoEndpointBuilder.advanced()To use an existing mqtt client.PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.client(org.eclipse.paho.client.mqttv3.MqttClient client) To use an existing mqtt client.PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.customWebSocketHeaders(String customWebSocketHeaders) Sets the Custom WebSocket Headers for the WebSocket Connection.PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.customWebSocketHeaders(Properties customWebSocketHeaders) Sets the Custom WebSocket Headers for the WebSocket Connection.PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.executorServiceTimeout(int executorServiceTimeout) Set the time in seconds that the executor service should wait when terminating before forcefully terminating.PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.executorServiceTimeout(String executorServiceTimeout) Set the time in seconds that the executor service should wait when terminating before forcefully terminating.