Class CosIdLifecyclePrefetchWorkerExecutorService
java.lang.Object
me.ahoo.cosid.spring.boot.starter.segment.CosIdLifecyclePrefetchWorkerExecutorService
- All Implemented Interfaces:
 org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public class CosIdLifecyclePrefetchWorkerExecutorService
extends Object
implements org.springframework.context.SmartLifecycle
CosId Lifecycle Prefetch Worker Executor Service.
- 
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE - 
Constructor Summary
ConstructorsConstructorDescriptionCosIdLifecyclePrefetchWorkerExecutorService(PrefetchWorkerExecutorService prefetchWorkerExecutorService)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, stop 
- 
Constructor Details
- 
CosIdLifecyclePrefetchWorkerExecutorService
public CosIdLifecyclePrefetchWorkerExecutorService(PrefetchWorkerExecutorService prefetchWorkerExecutorService)  
 - 
 - 
Method Details
- 
start
public void start()- Specified by:
 startin interfaceorg.springframework.context.Lifecycle
 - 
stop
public void stop()- Specified by:
 stopin interfaceorg.springframework.context.Lifecycle
 - 
isRunning
public boolean isRunning()- Specified by:
 isRunningin interfaceorg.springframework.context.Lifecycle
 
 -