org.wso2.extension.siddhi.io.websocket:siddhi-io-websocket

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

License

License

Categories

Categories

Siddhi Business Logic Libraries Machine Learning
GroupId

GroupId

org.wso2.extension.siddhi.io.websocket
ArtifactId

ArtifactId

siddhi-io-websocket
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

bundle
Description

Description

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
Project Organization

Project Organization

WSO2

Download siddhi-io-websocket

Dependencies

compile (7)

Group / Artifact Type Version
org.wso2.siddhi : siddhi-core jar 4.4.8
org.wso2.siddhi : siddhi-query-api jar 4.4.8
org.wso2.siddhi : siddhi-annotations jar 4.4.8
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-log4j12 jar 1.6.0
org.testng : testng jar 6.8
org.wso2.transport.http : org.wso2.transport.http.netty jar 6.0.272

test (4)

Group / Artifact Type Version
org.wso2.extension.siddhi.map.xml : siddhi-map-xml jar 4.0.18
org.wso2.extension.siddhi.map.binary : siddhi-map-binary jar 1.0.15
org.jacoco : org.jacoco.agent jar 0.7.9
org.wso2.msf4j : msf4j-all jar 2.7.0

Project Modules

There are no modules declared in this project.

Siddhi IO WebSocket

Jenkins Build Status GitHub Release GitHub Release Date GitHub Open Issues GitHub Last Commit License

The siddhi-io-websocket extension is an extension to Siddhi that allows to receive and publish events through WebSocket.

For information on Siddhi and it's features refer Siddhi Documentation.

Downloads

  • Versions 3.x and above with group id io.siddhi.extension.* from here.
  • Versions 2.x and lower with group id org.wso2.extension.siddhi. from here.

Latest API Docs

Latest API Docs is 3.0.2.

Features

  • websocket (Sink)

    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.

  • websocket-server (Sink)

    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.

  • websocket (Source)

    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.
    When this is defined the associated stream will receive events from the WebSocket server on the url defined in the system.

  • websocket-server (Source)

    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.

Dependencies

There are no other dependencies needed for this extension.

Installation

For installing this extension on various siddhi execution environments refer Siddhi documentation section on adding extensions.

Support and Contribution

  • We encourage users to ask questions and get support via StackOverflow, make sure to add the siddhi tag to the issue for better response.
  • If you find any issues related to the extension please report them on the issue tracker.
  • For production support and other contribution related information refer Siddhi Community documentation.
org.wso2.extension.siddhi.io.websocket

WSO2 Extensions

Versions

Version
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0