Interface HttpServiceWithRoutes

All Superinterfaces:
HttpService, Service<HttpRequest,HttpResponse>, ServiceWithRoutes<HttpRequest,HttpResponse>, Unwrappable
All Known Subinterfaces:
GrpcService

public interface HttpServiceWithRoutes extends ServiceWithRoutes<HttpRequest,HttpResponse>, HttpService
An interface that enables getting all the Routes where an HttpService should be bound.