Stwissel / vertx-sfdc-platformevents

Salesforce Platform Events Client for vert.x integration
Apache License 2.0
8 stars 2 forks source link

Extract CometD logic into handler class #44

Open Stwissel opened 6 years ago

Stwissel commented 6 years ago

Currently CometD logic is hard-wired into a verticle which makes testing it harder than it needs to be. Extract into a helper class that can be unit tested without a running http server.