Interface AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
- AtmosphereWebsocketEndpointBuilderFactory
public static interface AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketBuilders
-
Method Summary
Modifier and TypeMethodDescriptionAtmosphere Websocket (camel-atmosphere-websocket) Expose WebSocket endpoints using the Atmosphere framework.atmosphereWebsocket
(String path) Atmosphere Websocket (camel-atmosphere-websocket) Expose WebSocket endpoints using the Atmosphere framework.atmosphereWebsocket
(String componentName, String path) Atmosphere Websocket (camel-atmosphere-websocket) Expose WebSocket endpoints using the Atmosphere framework.
-
Method Details
-
atmosphereWebsocket
default AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketHeaderNameBuilder atmosphereWebsocket()Atmosphere Websocket (camel-atmosphere-websocket) Expose WebSocket endpoints using the Atmosphere framework. Category: websocket Since: 2.14 Maven coordinates: org.apache.camel:camel-atmosphere-websocket- Returns:
- the dsl builder for the headers' name.
-
atmosphereWebsocket
default AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder atmosphereWebsocket(String path) Atmosphere Websocket (camel-atmosphere-websocket) Expose WebSocket endpoints using the Atmosphere framework. Category: websocket Since: 2.14 Maven coordinates: org.apache.camel:camel-atmosphere-websocket Syntax:atmosphere-websocket:servicePath
Path parameter: servicePath (required) Name of websocket endpoint- Parameters:
path
- servicePath- Returns:
- the dsl builder
-
atmosphereWebsocket
default AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder atmosphereWebsocket(String componentName, String path) Atmosphere Websocket (camel-atmosphere-websocket) Expose WebSocket endpoints using the Atmosphere framework. Category: websocket Since: 2.14 Maven coordinates: org.apache.camel:camel-atmosphere-websocket Syntax:atmosphere-websocket:servicePath
Path parameter: servicePath (required) Name of websocket endpoint- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- servicePath- Returns:
- the dsl builder
-