public interface ISqlStreamsDataSource
An ISqlStreamsDataSource specifies how an external data source produces and consumes data.
Modifier and Type | Method and Description |
---|---|
IRichBolt |
getConsumer()
Provides instance of IRichBolt which can be used as consumer in topology.
|
IRichSpout |
getProducer()
Provides instance of IRichSpout which can be used as producer in topology.
|
IRichSpout getProducer()
Provides instance of IRichSpout which can be used as producer in topology.
IRichSpout
IRichBolt getConsumer()
Provides instance of IRichBolt which can be used as consumer in topology.
Copyright © 2022 The Apache Software Foundation. All rights reserved.