Class ServiceTalkFeature
java.lang.Object
io.servicetalk.http.router.jersey.ServiceTalkFeature
- All Implemented Interfaces:
javax.ws.rs.core.Feature
Feature enabling ServiceTalk request handling.
This feature registers providers and binders needed to enable ServiceTalk as a handler for a Jersey application.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ServiceTalkFeature
public ServiceTalkFeature()
-
-
Method Details
-
configure
public boolean configure(javax.ws.rs.core.FeatureContext context) - Specified by:
configure
in interfacejavax.ws.rs.core.Feature
-