Packages

abstract class RoleAppLauncherImpl[F[_]] extends RoleAppLauncher

Application flow: 1. Parse commandline parameters 2. Create "early logger" (console sink & configurable log level) 3. Show startup banner 4. Load raw config 5. Create "late logger" using config 6. Enumerate app plugins and bootstrap plugins 7. Enumerate available roles, show role info and and apply merge strategy/conflict resolution 8. Validate loaded roles (for non-emptyness and conflicts between bootstrap and app plugins) 9. Build plan for DIEffect runner 10. Build plan for integration checks 11. Build plan for application 12. Run role tasks 13. Run role services 14. Await application termination 15. Run finalizers 16. Shutdown executors

Linear Supertypes
RoleAppLauncher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoleAppLauncherImpl
  2. RoleAppLauncher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RoleAppLauncherImpl()(implicit arg0: distage.TagK[F])

Abstract Value Members

  1. abstract def pluginConfig: PluginConfig
    Attributes
    protected
  2. abstract def shutdownStrategy: AppShutdownStrategy[F]
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def additionalLibraryReferences: Seq[LibraryReference]
    Attributes
    protected
  5. def appOverride: distage.ModuleBase
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bootstrapPluginConfig: PluginConfig
    Attributes
    protected
  8. def bsOverride: distage.BootstrapModule
    Attributes
    protected
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def configActivationSection: String
    Attributes
    protected
  11. def createAppPlan(parameters: RawAppArgs, roles: RolesInfo, appPlugins: Seq[PluginBase], bsPlugins: Seq[PluginBase], config: AppConfig, lateLogger: IzLogger): AppStartupPlans
  12. def defaultActivations: Activation
    Attributes
    protected
  13. def defaultBaseConfigs: Seq[String]
    Attributes
    protected
  14. def defaultLogFormatJson: Boolean
    Attributes
    protected
  15. def defaultLogLevel: Level
    Attributes
    protected
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def gcRoots(rolesInfo: RolesInfo): Set[distage.DIKey]
    Attributes
    protected
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def launch(parameters: RawAppArgs): Unit
    Definition Classes
    RoleAppLauncherImplRoleAppLauncher
  24. def loadRoles(parameters: RawAppArgs, logger: IzLogger, appPlugins: Seq[PluginBase], bsPlugins: Seq[PluginBase]): RolesInfo
    Attributes
    protected
  25. def makeAppMergeStrategy(lateLogger: IzLogger, parameters: RawAppArgs, roles: RolesInfo): PluginMergeStrategy
    Attributes
    protected
  26. def makeBootstrapMergeStrategy(lateLogger: IzLogger, parameters: RawAppArgs, roles: RolesInfo): PluginMergeStrategy
    Attributes
    protected
  27. def makeBootstrapPluginLoader(earlyLogger: IzLogger): PluginLoader
    Attributes
    protected
  28. def makeConfigLoader(earlyLogger: IzLogger, parameters: RawAppArgs): ConfigLoader
    Attributes
    protected
  29. def makeConfigLoaderParameters(parameters: RawAppArgs): (Option[File], Map[String, Option[File]])
    Attributes
    protected
  30. def makeExecutor(parameters: RawAppArgs, roles: RolesInfo, lateLogger: IzLogger, startupPlanExecutor: StartupPlanExecutor[F], filters: Filters[F] = Filters.all): RoleAppExecutor[F]
    Attributes
    protected
  31. def makeModuleProvider(options: PlanningOptions, parameters: RawAppArgs, activationInfo: ActivationInfo, activation: Activation, roles: RolesInfo, config: AppConfig, logRouter: LogRouter): ModuleProvider
    Attributes
    protected
  32. def makePlanner(options: PlanningOptions, bsModule: distage.BootstrapModule, lateLogger: IzLogger, reboot: Bootloader): RoleAppPlanner[F]
    Attributes
    protected
  33. def makePluginLoader(earlyLogger: IzLogger): PluginLoader
    Attributes
    protected
  34. def makeStartupExecutor(lateLogger: IzLogger, injector: distage.Injector): StartupPlanExecutor[F]
    Attributes
    protected
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def parseActivation(lateLogger: IzLogger, parameters: RawAppArgs, rolesInfo: RolesInfo, config: AppConfig, activationInfo: ActivationInfo): Activation

    Note, besides overriding this method, activation parsing strategy can also be changed by using bootstrap modules or plugins and adding a binding for make[Activation]

    Note, besides overriding this method, activation parsing strategy can also be changed by using bootstrap modules or plugins and adding a binding for make[Activation]

    Attributes
    protected
  39. def parseActivationInfo(lateLogger: IzLogger, appModule: distage.ModuleBase): ActivationInfo
    Attributes
    protected
  40. def planningOptions(parameters: RawAppArgs): PlanningOptions
    Attributes
    protected
  41. def requiredActivations: Activation
    Attributes
    protected
  42. def showBanner(logger: IzLogger, referenceLibraries: Seq[LibraryReference]): Unit
    Attributes
    protected
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def validate(bootstrapAutoModule: distage.ModuleBase, appModule: distage.ModuleBase): Unit
    Attributes
    protected
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from RoleAppLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped