Interface AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketBuilders

    • Method Detail

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