public static interface WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder extends ComponentBuilder<org.apache.camel.websocket.jsr356.JSR356WebSocketComponent>
| Modifier and Type | Method and Description |
|---|---|
default WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
bridgeErrorHandler - the value to setdefault WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder serverEndpointDeploymentStrategy(org.apache.camel.websocket.jsr356.ServerEndpointDeploymentStrategy serverEndpointDeploymentStrategy)
serverEndpointDeploymentStrategy - the value to setApache Camel