Packages

abstract class LauncherBIO[F[+_, +_]] extends RoleAppLauncherImpl[[β$0$]F[Throwable, β$0$]]

Linear Supertypes
RoleAppLauncherImpl[[β$0$]F[Throwable, β$0$]], RoleAppLauncher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LauncherBIO
  2. RoleAppLauncherImpl
  3. RoleAppLauncher
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LauncherBIO()(implicit arg0: distage.TagKK[F], arg1: BIOAsync[F])

Abstract Value Members

  1. abstract def pluginConfig: PluginConfig
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl

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
    Definition Classes
    RoleAppLauncherImpl
  5. def appOverride: distage.ModuleBase
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bootstrapPluginConfig: PluginConfig
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  8. def bsOverride: distage.BootstrapModule
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def configActivationSection: String
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  11. def createAppPlan(parameters: RawAppArgs, roles: RolesInfo, appPlugins: Seq[PluginBase], bsPlugins: Seq[PluginBase], config: AppConfig, lateLogger: IzLogger): AppStartupPlans
    Definition Classes
    RoleAppLauncherImpl
  12. def defaultActivations: Activation
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  13. def defaultBaseConfigs: Seq[String]
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  14. def defaultLogFormatJson: Boolean
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  15. def defaultLogLevel: Level
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  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
    Definition Classes
    RoleAppLauncherImpl
  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
    Definition Classes
    RoleAppLauncherImpl
  25. def makeAppMergeStrategy(lateLogger: IzLogger, parameters: RawAppArgs, roles: RolesInfo): PluginMergeStrategy
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  26. def makeBootstrapMergeStrategy(lateLogger: IzLogger, parameters: RawAppArgs, roles: RolesInfo): PluginMergeStrategy
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  27. def makeBootstrapPluginLoader(earlyLogger: IzLogger): PluginLoader
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  28. def makeConfigLoader(earlyLogger: IzLogger, parameters: RawAppArgs): ConfigLoader
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  29. def makeConfigLoaderParameters(parameters: RawAppArgs): (Option[File], Map[String, Option[File]])
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  30. def makeExecutor(parameters: RawAppArgs, roles: RolesInfo, lateLogger: IzLogger, startupPlanExecutor: StartupPlanExecutor[[β$0$]F[Throwable, β$0$]], filters: Filters[[β$0$]F[Throwable, β$0$]] = Filters.all): RoleAppExecutor[[β$0$]F[Throwable, β$0$]]
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  31. def makeModuleProvider(options: PlanningOptions, parameters: RawAppArgs, activationInfo: ActivationInfo, activation: Activation, roles: RolesInfo, config: AppConfig, logRouter: LogRouter): ModuleProvider
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  32. def makePlanner(options: PlanningOptions, bsModule: distage.BootstrapModule, lateLogger: IzLogger, reboot: Bootloader): RoleAppPlanner[[β$0$]F[Throwable, β$0$]]
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  33. def makePluginLoader(earlyLogger: IzLogger): PluginLoader
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  34. def makeRoleProvider(logger: IzLogger, activeRoleNames: Set[String]): RoleProvider[[β$0$]F[Throwable, β$0$]]
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  35. def makeStartupExecutor(lateLogger: IzLogger, injector: distage.Injector): StartupPlanExecutor[[β$0$]F[Throwable, β$0$]]
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. 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
    Definition Classes
    RoleAppLauncherImpl
  40. def parseActivationInfo(lateLogger: IzLogger, appModule: distage.ModuleBase): ActivationInfo
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  41. def planningOptions(parameters: RawAppArgs): PlanningOptions
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  42. def requiredActivations: Activation
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  43. def showBanner(logger: IzLogger, referenceLibraries: Seq[LibraryReference]): Unit
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  44. val shutdownStrategy: AppShutdownStrategy[[β$1$]F[Throwable, β$1$]]
    Attributes
    protected
    Definition Classes
    LauncherBIORoleAppLauncherImpl
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def validate(bootstrapAutoModule: distage.ModuleBase, appModule: distage.ModuleBase): Unit
    Attributes
    protected
    Definition Classes
    RoleAppLauncherImpl
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from RoleAppLauncherImpl[[β$0$]F[Throwable, β$0$]]

Inherited from RoleAppLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped