Interface ServiceWithRoutes<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:
GrpcService, HttpServiceWithRoutes, RpcServiceWithRoutes

public interface ServiceWithRoutes<I extends Request,O extends Response> extends Service<I,O>
An interface that enables getting all the Routes where a Service should be bound.
  • Method Details