Matthias247 / jawampa

Web Application Messaging Protocol (WAMP v2) support for Java
Apache License 2.0
148 stars 56 forks source link

How to specify registration options when registering a procedure #75

Open rich-jones opened 8 years ago

rich-jones commented 8 years ago

Hi, when registering a procedure (i.e. registerProcedure method) I would like to specify registration options for shared registrations (one of 'single' / 'roundrobin' / 'random' / 'first' / 'last') and matching (one of 'exact' / 'prefix' / 'wildcard'). The latter seems possible with event subscriptions via SubscriptionFlags enum but not with procedure registrations. I'm trying to take advantage of the crossbar.io implemented shared procedure registrations: http://crossbar.io/docs/Shared-Registrations/ and pattern based procedure registrations: http://crossbar.io/docs/Pattern-Based-Registrations/ Is this possible today or planned for the near future? Thanks.

koliyo commented 6 years ago

This is really needed