Class AbstractLifecycleComponent<ConfT extends ComponentConfiguration>

    • Field Detail

      • lifecycle

        protected final Lifecycle lifecycle
      • uncaughtExceptionHandler

        protected volatile java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler
    • Constructor Detail

      • AbstractLifecycleComponent

        protected AbstractLifecycleComponent​(java.lang.String componentName,
                                             ConfT conf,
                                             StatsLogger statsLogger)