Skip to content

2. Aspects

Marjan Nikolovski edited this page Apr 9, 2021 · 1 revision

Framework aspects are the most common features that Signals offers out of the box for our solution architecture.

The aspects usualy require configuration in the bootstrapping section of Signals in order to work seamleslly or use them on demand through the process context.

*The only required aspect is Dependency injection, all others are optional.

Signals aspects are configured using, depending on the type of application, either:

  • WebApplicationBootstrapConfiguration
  • BackgroundApplicationBootstrapConfiguration

which are both inheriting ApplicationBootstrapConfiguration

Clone this wiki locally