Skip to content

Files

Latest commit

980a01a · Sep 23, 2021

History

History
14 lines (9 loc) · 896 Bytes

File metadata and controls

14 lines (9 loc) · 896 Bytes

Jersey FeatureHub Client

This is the Jakarta based 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. It is otherwise identical to the Jersey 2 implementation.

The version of Jersey used must be at least 3.0.2.

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.