Inverno Framework Software Development Kit 1.4.2
This document is the API specification for the Inverno Framework modules.
Modules
Module
Description
The Inverno Framework core module, providing base elements required by Module
classes generated by the Inverno Framework compiler.
The Inverno Framework annotation module, providing annotations to be used to
create modular applications based on Inversion of Control principle and
Dependency Injection.
Defines the foundational APIs of the Inverno framework modules.
The Inverno framework boot module provides basic services.
The Inverno framework configuration module provides advanced application
configuration capabilities.
The Inverno framework HTTP base module defines the base APIs and services for
HTTP client and server implementations.
The Inverno framework HTTP server module provides a HTTP1.x and HTTP/2 server.
The Inverno framework Reactive Templating module provides the base API used
by Inverno Reactive Template classes to render a data model into a serialized
representation (eg.
The Inverno framework Redis module provides a reactive API to query Redis datastore.
The Inverno Redis Client module which provides a Redis client based on Lettuce.
The Inverno framework SQL module defines the reactive SQL client API used to
query RDBMS using SQL.
The Inverno Vert.x SQL Client module which provides a SQL client based on
Vert.x.
The Inverno framework Web server module provides a Web enabled HTTP1.x and
HTTP/2 server