-
-
Notifications
You must be signed in to change notification settings - Fork 9
component websocket
assimbly edited this page May 20, 2022
·
3 revisions
The WebSocket component allows communicating with clients using websocket. WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection.
http(s)://hostname
The hostname. The default value is 0.0.0.0. Setting this option on the component will use the component configured value as default.
http(s)://example
port: The port number. The default value is 9292. Setting this option on the component will use the component configured value as default.
resourceUri: Name of the websocket channel to use.
For all options, see Camel documentation.