Skip to content

Commit

Permalink
[WSO2-Release] [Release 3.0.2] update documentation for release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Apr 15, 2021
1 parent 0b7b085 commit e5c0737
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 14 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ For information on <a target="_blank" href="https://siddhi.io/">Siddhi</a> and i

## Latest API Docs

Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.1">3.0.1</a>.
Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.2">3.0.2</a>.

## Features

* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.1/#websocket-sink">websocket</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#sink">Sink</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to publish events via the Websocket transport by adding the @Sink(type = 'websocket') annotation at the top of an event stream definition.</p></p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.1/#websocket-server-sink">websocket-server</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#sink">Sink</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to publish events via the WebSocket transport by adding the @Sink(type = 'websocket-server') annotation at the top of an event stream definition.</p></p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.1/#websocket-source">websocket</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#source">Source</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to receive events via the WebSocket by adding the @Source(type = 'websocket') annotation at the top of an event stream definition.<br>When this is defined the associated stream will receive events from the WebSocket server on the url defined in the system.</p></p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.1/#websocket-server-source">websocket-server</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#source">Source</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to receive events via the WebSocket by adding the @Source(type = 'websocket-server') annotation at the top of an event stream definition.</p></p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.2/#websocket-sink">websocket</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#sink">Sink</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to publish events via the Websocket transport by adding the @Sink(type = 'websocket') annotation at the top of an event stream definition.</p></p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.2/#websocket-server-sink">websocket-server</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#sink">Sink</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to run as a websocket server by adding the @Sink(type = 'websocket-server') annotation at the top of an event stream definition.</p></p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.2/#websocket-source">websocket</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#source">Source</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to receive events via the WebSocket by adding the @Source(type = 'websocket') annotation at the top of an event stream definition.<br>When this is defined the associated stream will receive events from the WebSocket server on the url defined in the system.</p></p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-io-websocket/api/3.0.2/#websocket-server-source">websocket-server</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#source">Source</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">A Siddhi application can be configured to receive events via the WebSocket by adding the @Source(type = 'websocket-server') annotation at the top of an event stream definition.</p></p></div>

## Dependencies

Expand Down
Loading

0 comments on commit e5c0737

Please sign in to comment.