Class ResteasyService<T>

java.lang.Object
com.linecorp.armeria.server.resteasy.ResteasyService<T>
Type Parameters:
T - the type of the target custom context class
All Implemented Interfaces:
Unwrappable, HttpService, Service<HttpRequest,HttpResponse>

@UnstableApi public final class ResteasyService<T> extends Object implements HttpService
RESTEasy service implementing Armeria's HttpService. This provides the main entry point for JAX-RS server-side processing based on Armeria.