public interface ServiceWithRoutes<I extends Request,O extends Response> extends Service<I,O>
| Modifier and Type | Method and Description |
|---|---|
Set<Route> |
routes()
Returns the set of
Routes to which this HttpService is bound. |
as, decorate, serve, serviceAdded, shouldCachePathSet<Route> routes()
Routes to which this HttpService is bound.Copyright © 2020 LeanCloud. All rights reserved.