Interface TransientService<I extends Request,O extends Response>

Type Parameters:
I - the Request type
O - the Response type
All Superinterfaces:
Service<I,O>, Unwrappable
All Known Subinterfaces:
TransientHttpService, TransientRpcService
All Known Implementing Classes:
HealthCheckService, PrometheusExpositionService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TransientService<I extends Request,O extends Response> extends Service<I,O>
A Service that handles transient requests, for example, health check requests.