Interface OutputCollector

All Known Implementing Classes:
MockOutputCollector

public interface OutputCollector
Interface for emitting results from custom RamaOperation implementations
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    emit(Object... output)
    Emit any number of fields to the default output stream.
    void
    emitStream(String streamName, Object... output)
    Emit any number of fields to a named output stream.