public interface StageCallback<M>
| Modifier and Type | Method and Description | 
|---|---|
void | 
onStageEmit(M message,
           Context context,
           String stageId,
           com.lucidworks.apollo.pipeline.StageConfig stageConfig,
           boolean isLast)  | 
void | 
onStageError(M message,
            Context context,
            String stageId,
            com.lucidworks.apollo.pipeline.StageConfig stageConfig,
            Throwable t)  | 
void | 
onStageEvent(Object event)  | 
void onStageEmit(M message, Context context, String stageId, com.lucidworks.apollo.pipeline.StageConfig stageConfig, boolean isLast)
void onStageError(M message, Context context, String stageId, com.lucidworks.apollo.pipeline.StageConfig stageConfig, Throwable t)
void onStageEvent(Object event)