Package com.linecorp.armeria.server
Interface TransientService<I extends Request,O extends Response>
-
- All Superinterfaces:
Service<I,O>
,Unwrappable
- All Known Implementing Classes:
HealthCheckService
,HttpHealthCheckService
,ManagedHttpHealthCheckService
public interface TransientService<I extends Request,O extends Response> extends Service<I,O>
AService
that handles transient requests, for example, health check requests.
-
-
Method Summary
-
Methods inherited from interface com.linecorp.armeria.server.Service
as, decorate, decorate, decorate, serve, serviceAdded, shouldCachePath
-
-