Package org.apache.storm.sql.runtime
Interface ISqlStreamsDataSource
public interface ISqlStreamsDataSource
An ISqlStreamsDataSource specifies how an external data source produces and consumes data.
- 
Method SummaryModifier and TypeMethodDescriptionProvides instance of IRichBolt which can be used as consumer in topology.Provides instance of IRichSpout which can be used as producer in topology.
- 
Method Details- 
getProducerIRichSpout getProducer()Provides instance of IRichSpout which can be used as producer in topology.- See Also:
 
- 
getConsumerIRichBolt getConsumer()Provides instance of IRichBolt which can be used as consumer in topology.
 
-