public static interface VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder extends ComponentBuilder<org.apache.camel.component.vertx.websocket.VertxWebsocketComponent>
| Modifier and Type | Method and Description |
|---|---|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default 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 |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
router(io.vertx.ext.web.Router router)
To provide a custom vertx router to use on the WebSocket server.
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
vertx(io.vertx.core.Vertx vertx)
To use an existing vertx instead of creating a new instance.
|
default VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
vertxOptions(io.vertx.core.VertxOptions vertxOptions)
To provide a custom set of vertx options for configuring vertx.
|
build, build, doSetProperty, registerdefault VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advanceddefault VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder router(io.vertx.ext.web.Router router)
io.vertx.ext.web.Router type.
Group: advanceddefault VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder vertx(io.vertx.core.Vertx vertx)
io.vertx.core.Vertx type.
Group: advanceddefault VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder vertxOptions(io.vertx.core.VertxOptions vertxOptions)
io.vertx.core.VertxOptions type.
Group: advanceddefault VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel