Interface StageOutput<M>

Type Parameters:
M -
All Known Subinterfaces:
Generator<M,C>
All Known Implementing Classes:
AbstractGenerator, RuntimeStage

public interface StageOutput<M>
Something for stages to write messages to
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(M message, com.lucidworks.apollo.pipeline.Context context)
     
  • Method Details

    • send

      void send(M message, com.lucidworks.apollo.pipeline.Context context)