public abstract class SimpleIndexStage<C extends StageConfig> extends IndexStage<C>
NOW_KEY| Modifier and Type | Method and Description |
|---|---|
abstract PipelineDocument |
process(PipelineDocument message,
Context context) |
void |
process(PipelineDocument message,
Context context,
StageOutput<PipelineDocument> output)
Implements the default behavior for a stage when it receives a message (which is to simply pass it to the next stage)
|
getMessageClassgetConfiguration, getConfigurationComponent, getContextFactory, getId, getMetricRegistry, handleSignal, init, managedModeEnabledequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleSignalgetStageConfigClasspublic abstract PipelineDocument process(PipelineDocument message, Context context) throws java.lang.Exception
java.lang.Exceptionpublic final void process(PipelineDocument message, Context context, StageOutput<PipelineDocument> output) throws java.lang.Exception
AbstractStageprocess in interface Processor<PipelineDocument>process in class AbstractStage<PipelineDocument,C extends StageConfig>java.lang.Exception