Class | Description |
---|---|
HttpJerseyRouterBuilder |
Builds an
StreamingHttpService which routes requests to JAX-RS annotated classes,
using Jersey as the routing engine, eg. |
ServiceTalkFeature |
Feature enabling ServiceTalk request handling.
|
Annotation Type | Description |
---|---|
NoOffloadsRouteExecutionStrategy |
A special
RouteExecutionStrategy that indicates that a resource class or method needs to use
the HttpExecutionStrategies.noOffloadsStrategy() . |
RouteExecutionStrategy |
Indicates that a resource class or method needs a specific execution strategy.
|