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