Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 823 Bytes

File metadata and controls

14 lines (9 loc) · 823 Bytes

Jersey FeatureHub Client

This is the Jersey client for talking to FeatureHub’s API. It is separate from the core API because each different http library will implement the event sourcing and calling in a different fashion.

The version of Jersey used must be at least 2.28.

Visit our official web page for more information here

This library provides a EventSource implementation for Java using Jersey 2.x. It includes the Java Core library as a transitive dependency, so simply including this library will make everything in Core available.

Core uses Java’s ServiceLoader capability to automatically discover the JerseyClient implementation. Please simply follow the instructions in the Java Core library.