crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 426 forks source link

Support no param subscribe handlers #497

Closed om26er closed 4 years ago

om26er commented 4 years ago

Currently subscribe handlers must have at least one parameter. There are cases where a remote service may "publish" an event with no parameter. ABJ should support that.