Package com.lucidworks.apollo.pipeline
Interface Lifecycle
- All Known Subinterfaces:
Generator<M,C>
- All Known Implementing Classes:
AbstractGenerator,RuntimeStage
public interface Lifecycle
Something that can be started and stopped
-
Method Summary
-
Method Details
-
start
void start() -
stop
void stop()
-