D
- The type of the data handled by the created stream.public interface DataStreamBuilder<D>
Modifier and Type | Method and Description |
---|---|
DataStream<D> |
createDataStream()
Creates a new data stream.
|
<A> A |
getAspect(StreamBuilderAspectType<A> type)
Look up a specific aspect that may be supported by this builder.
|
@Nullable <A> A getAspect(@NotNull StreamBuilderAspectType<A> type)
A
- The object type of the aspect.type
- The type of aspect.null
, if the aspect is not supported.@NotNull DataStream<D> createDataStream()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210