The WebSocket event publisher can be configured with XML, JSON, and text output mapping types.
...
The following global properties can be set for the WebSocket
event publisher type in the <CEP_HOME>/repository/conf/inputoutput-event-adapters.xml
file. These properties apply to all the publishers of the websocket
type. If a global property available by default is removed, the default value of the property is considered.
...
Adapter Property | Description | Configuration file property | Example |
---|---|---|---|
Web Socket Server URL | URL of the WebSocket server to which you want to connect | websocket.server.url | ws://localhost:9099 |
...