Allow to create a new Forest Admin agent from scratch. Builds the application by composing and configuring all the collection decorators.

Minimal code to add a datasource

Example

new AgentBuilder(options)
.addDataSource(new SomeDataSource())
.start();

Type Parameters

Hierarchy

  • DataSourceCustomizer

Constructors

Accessors

Methods