Interface BuilderFactory


public interface BuilderFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Stream<T>
    createBuilder(StreamConfiguration<T> streamConfiguration, Renderer renderer)
    Creates and returns a new Stream that is parsable and can optimize its pipeline and merge internal operations into the stream source (e.g.
  • Method Details

    • createBuilder

      <T> Stream<T> createBuilder(StreamConfiguration<T> streamConfiguration, Renderer renderer)
      Creates and returns a new Stream that is parsable and can optimize its pipeline and merge internal operations into the stream source (e.g. SQL or a JPA Query).
      Type Parameters:
      T - Stream type
      Parameters:
      streamConfiguration - used to configure the stream source
      renderer - to use