| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.advanced() |
default PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.client(Object client)
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.client(String client)
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.customWebSocketHeaders(Properties customWebSocketHeaders)
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.customWebSocketHeaders(String customWebSocketHeaders)
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.executorServiceTimeout(int executorServiceTimeout)
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.executorServiceTimeout(String executorServiceTimeout)
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
Apache Camel