Interface AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
AtmosphereWebsocketEndpointBuilderFactory

public static interface AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketBuilders
  • Method Details

    • 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

      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

      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 name
      path - servicePath
      Returns:
      the dsl builder