Package com.linecorp.armeria.server
Interface ServiceWithRoutes<I extends Request,O extends Response>
- 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>
-
Method Summary
Modifier and Type Method Description Set<Route>
routes()
Returns the set ofRoute
s to which thisHttpService
is bound.Methods inherited from interface com.linecorp.armeria.server.Service
as, serve, serviceAdded, shouldCachePath
-
Method Details
-
routes
Returns the set ofRoute
s to which thisHttpService
is bound.
-