Modifier and Type | Field and Description |
---|---|
protected StreamApplication |
application |
protected org.springframework.cloud.dataflow.rest.client.dsl.Stream.PropertyBuilder |
parent |
Modifier and Type | Method and Description |
---|---|
Stream.ProcessorBuilder |
processor(StreamApplication processor)
Appends a
StreamApplication as a processor for this stream |
Stream.SinkBuilder |
sink(StreamApplication sink)
Appends a
StreamApplication as a sink for this stream |
protected StreamApplication application
protected org.springframework.cloud.dataflow.rest.client.dsl.Stream.PropertyBuilder parent
public Stream.ProcessorBuilder processor(StreamApplication processor)
StreamApplication
as a processor for this streamprocessor
- - The StreamApplication
being addedStream.ProcessorBuilder
to continue the building of the Streampublic Stream.SinkBuilder sink(StreamApplication sink)
StreamApplication
as a sink for this streamsink
- - The StreamApplication
being addedStream.SinkBuilder
to continue the building of the StreamCopyright © 2024 Pivotal Software, Inc.. All rights reserved.