Class Stream.SourceBuilder
java.lang.Object
org.springframework.cloud.dataflow.rest.client.dsl.Stream.SourceBuilder
- Enclosing class:
- Stream
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessor
(StreamApplication processor) Appends aStreamApplication
as a processor for this streamsink
(StreamApplication sink) Appends aStreamApplication
as a sink for this stream
-
Field Details
-
application
-
parent
-
-
Method Details
-
processor
Appends aStreamApplication
as a processor for this stream- Parameters:
processor
- - TheStreamApplication
being added- Returns:
- a
Stream.ProcessorBuilder
to continue the building of the Stream
-
sink
Appends aStreamApplication
as a sink for this stream- Parameters:
sink
- - TheStreamApplication
being added- Returns:
- a
Stream.SinkBuilder
to continue the building of the Stream
-