Interface ResultListener


public interface ResultListener
  • Method Details

    • start

      default void start(TupleDefinition tdef)
      Called at the beginning to provide the schema of the result. Not all tuples will have all columns.
      Parameters:
      tdef -
    • next

      void next(Tuple tuple)
    • completeExceptionally

      void completeExceptionally(Throwable t)
    • complete

      void complete()