pillars.Pillars
See thePillars companion object
The Pillars trait defines the main components of the application.
Attributes
- Companion
- object
- Source
- Pillars.scala
- 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
- Source
- Pillars.scala
The application information.
The configuration for the application.
The logger for the application.
Gets a module from the application.
Component for observability. It allows you to create spans and metrics.
Component for observability. It allows you to create spans and metrics.
Attributes
- Source
- Pillars.scala
Reads a configuration from the configuration.
Reads a configuration from the configuration.
Attributes
- Returns
-
the configuration.
- Source
- Pillars.scala
In this article