public interface DataStreamConsumer
getInput()) and a setter to have the
data-stream injected.| Modifier and Type | Method and Description |
|---|---|
String |
getInput()
Returns the name of the data-stream the implementing instance want to
consume.
|
Source |
getSource()
Returns the data-stream assigned to this consumer.
|
void |
setSource(Source stream)
Sets the data-stream of this consumer.
|
String getInput()
void setSource(Source stream)
stream - Source getSource()
Copyright © 2018. All rights reserved.