| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
ComponentsBuilderFactory.vertxWebsocket()
Vert.x WebSocket (camel-vertx-websocket)
Camel WebSocket support with Vert.x
Category: websocket
Since: 3.5
Maven coordinates: org.apache.camel:camel-vertx-websocket
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.vertx(io.vertx.core.Vertx vertx)
To use an existing vertx instead of creating a new instance.
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.vertxOptions(io.vertx.core.VertxOptions vertxOptions)
To provide a custom set of vertx options for configuring vertx.
|
static VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
VertxWebsocketComponentBuilderFactory.vertxWebsocket()
Vert.x WebSocket (camel-vertx-websocket)
Camel WebSocket support with Vert.x
Category: websocket
Since: 3.5
Maven coordinates: org.apache.camel:camel-vertx-websocket
|
Apache Camel