public interface BuilderFactory
-
Method Summary
Modifier and TypeMethodDescription<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
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 sourcerenderer- to use
-