Package com.linecorp.armeria.server
Interface ServiceWithPathMappings<I extends Request,O extends Response>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<PathMapping>
pathMappings()
Returns the set ofPathMapping
to which thisService
is bound.-
Methods inherited from interface com.linecorp.armeria.server.Service
as, decorate, decorate, decorate, serve, serviceAdded, shouldCachePath
-
-
-
-
Method Detail
-
pathMappings
Set<PathMapping> pathMappings()
Returns the set ofPathMapping
to which thisService
is bound.
-
-