pillars.Pillars
See thePillars companion object
The Pillars trait defines the main components of the application.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
The API server for the application.
The API server for the application.
It has to be manually started by calling the start
method in the application.
Attributes
The configuration for the application.
The configuration for the application.
Attributes
The logger for the application.
The logger for the application.
Attributes
Gets a module from the application.
Gets a module from the application.
Attributes
- Returns
-
the module.
Component for observability. It allows you to create spans and metrics.
Component for observability. It allows you to create spans and metrics.
Attributes
Reads a configuration from the configuration.
Reads a configuration from the configuration.
Attributes
- Returns
-
the configuration.
In this article