Interface EventSource
- All Superinterfaces:
cn.sliew.milky.common.lifecycle.LifeCycle
- All Known Subinterfaces:
ResourceEventSource<R,P>
- All Known Implementing Classes:
AbstractEventSource,AbstractResourceEventSource,BatchPollEventSource,InfomerEventSource,PerPollEventSource
public interface EventSource
extends cn.sliew.milky.common.lifecycle.LifeCycle
-
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 -
Method Summary
Methods inherited from interface cn.sliew.milky.common.lifecycle.LifeCycle
addLifeCycleListener, getState, initialize, isStarted, isStopped, removeLifeCycleListener, start, stop, stop, supportInitialize, supportStart, supportStop