Module rxmicro.rest.server
The basic HTTP server module used to create REST controllers and run REST-based microservices.
This module follows the next package structure rules:
-
io.rxmicro.rest.server- is root module package that contains:-
internal- is sub package with classes for current module use only. -
local- is shared sub package, which can be used by otherrxmicromodules only. -
detail- is sub package for generated code byRxMicro Annotation Processoruse preferably.
Developer must not use classes from this sub package!
(Except documented abilities: HTTP internal types, partial implementations, etc.) - any other sub packages and root package - are public API that available for usage.
-
- Since:
- 0.1
- Author:
- nedis
-
-
Packages
Exports Package Description io.rxmicro.rest.server The root package for therxmicro.rest.servermodule.io.rxmicro.rest.server.detail.component Used by generated code that created by theRxMicro Annotation Processor.io.rxmicro.rest.server.detail.model Used by generated code that created by theRxMicro Annotation Processor.io.rxmicro.rest.server.detail.model.mapping Used by generated code that created by theRxMicro Annotation Processor.io.rxmicro.rest.server.feature The package for therxmicro.rest.servermodule that provides additional HTTP server features.
-