public abstract class AbstractGenerator<M,C extends StageConfig> extends AbstractStage<M,C> implements Generator<M,C>
NOW_KEY| Modifier and Type | Method and Description |
|---|---|
void |
onFinished(java.lang.Runnable finishedRunnable) |
void |
send(M message,
Context context) |
void |
setStageOutput(StageOutput<M> stageOutput) |
getConfiguration, getConfigurationComponent, getContextFactory, getId, getMetricRegistry, handleSignal, init, managedModeEnabled, processequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextFactory, getId, getMessageClass, getMetricRegistry, managedModeEnabledhandleSignal, processgetConfiguration, getStageConfigClass, initpublic void setStageOutput(StageOutput<M> stageOutput)
public void onFinished(java.lang.Runnable finishedRunnable)
onFinished in interface Generator<M,C extends StageConfig>public void send(M message, Context context)
send in interface StageOutput<M>