java.lang.Object
cn.sliew.milky.common.lifecycle.AbstractLifeCycle
cn.sliew.carp.module.kubernetes.watch.source.event.source.AbstractEventSource
All Implemented Interfaces:
EventSource, cn.sliew.milky.common.lifecycle.LifeCycle
Direct Known Subclasses:
AbstractResourceEventSource

public abstract class AbstractEventSource extends cn.sliew.milky.common.lifecycle.AbstractLifeCycle implements EventSource
  • Nested Class Summary

    Nested classes/interfaces inherited from interface cn.sliew.milky.common.lifecycle.LifeCycle

    cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleResult, cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleSupportResult, cn.sliew.milky.common.lifecycle.LifeCycle.State
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class cn.sliew.milky.common.lifecycle.AbstractLifeCycle

    addLifeCycleListener, doInitialize, doStart, doStop, getState, initialize, isStarted, isStopped, removeLifeCycleListener, start, stop, stop, supportInitialize, supportStart, supportStop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface cn.sliew.milky.common.lifecycle.LifeCycle

    addLifeCycleListener, getState, initialize, isStarted, isStopped, removeLifeCycleListener, start, stop, stop, supportInitialize, supportStart, supportStop
  • Constructor Details

    • AbstractEventSource

      public AbstractEventSource()