Pillars

pillars.Pillars
See thePillars companion trait
object Pillars

The Pillars object provides methods to initialize the application.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Pillars.type

Members list

Value members

Concrete methods

def apply[F[_] : Parallel](infos: AppInfo, path: Path): Resource[F, Pillars[F]]

Creates a new instance of Pillars.

Creates a new instance of Pillars.

Modules are loaded from the classpath using the ServiceLoader mechanism, and are loaded in topological order

Value parameters

path

The path to the configuration file.

Attributes

Returns

a resource that will create a new instance of Pillars.