public static interface WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder extends ComponentBuilder<org.apache.camel.websocket.jsr356.JSR356WebSocketComponent>
| Modifier and Type | Method and Description |
|---|---|
default WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder |
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 WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder |
serverEndpointDeploymentStrategy(org.apache.camel.websocket.jsr356.ServerEndpointDeploymentStrategy serverEndpointDeploymentStrategy)
To enable customization of how a WebSocket ServerEndpoint is
configured and deployed.
|
build, build, doSetProperty, registerdefault WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder serverEndpointDeploymentStrategy(org.apache.camel.websocket.jsr356.ServerEndpointDeploymentStrategy serverEndpointDeploymentStrategy)
org.apache.camel.websocket.jsr356.ServerEndpointDeploymentStrategy type.
Group: advancedApache Camel