Interface WebsocketComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface WebsocketComponentBuilderFactory
Expose websocket endpoints using Jetty. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
WebsocketComponentBuilderFactory.WebsocketComponentBuilder
Builder for the Jetty Websocket component.static class
WebsocketComponentBuilderFactory.WebsocketComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static WebsocketComponentBuilderFactory.WebsocketComponentBuilder
websocket()
Jetty Websocket (camel-websocket) Expose websocket endpoints using Jetty.
-
-
-
Method Detail
-
websocket
static WebsocketComponentBuilderFactory.WebsocketComponentBuilder websocket()
Jetty Websocket (camel-websocket) Expose websocket endpoints using Jetty. Category: websocket Since: 2.10 Maven coordinates: org.apache.camel:camel-websocket- Returns:
- the dsl builder
-
-