Packages

package recursive

Type Members

  1. final case class BootConfig(bootstrap: (BootstrapModule) => BootstrapModule = identity, appModule: (ModuleBase) => ModuleBase = identity, activation: (Activation) => Activation = identity, bootstrapActivation: (Activation) => Activation = identity, roots: (Roots) => Roots = identity) extends Product with Serializable
  2. class Bootloader extends AnyRef
  3. final case class BootstrappedApp(injector: Injector[Identity], module: ModuleBase, plan: Plan) extends Product with Serializable
  4. class LocatorRef extends AnyRef

    This class allows you to summon a locator reference from any class in the object graph.

    This class allows you to summon a locator reference from any class in the object graph.

    Reference will be initialized after the provisioning process finishes, so you cannot dereference it in constructor.

    Summoning the entire Locator is usually an anti-pattern, but may sometimes be necessary.

Ungrouped