Class ServiceTalkFeature

java.lang.Object
io.servicetalk.http.router.jersey.ServiceTalkFeature
All Implemented Interfaces:
javax.ws.rs.core.Feature

public final class ServiceTalkFeature extends Object implements 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 Details

    • ServiceTalkFeature

      public ServiceTalkFeature()
  • Method Details

    • configure

      public boolean configure(javax.ws.rs.core.FeatureContext context)
      Specified by:
      configure in interface javax.ws.rs.core.Feature