public interface IStateSpout extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | nextTuple(StateSpoutOutputCollector collector) | 
| void | open(Map conf,
    TopologyContext context) | 
| void | synchronize(SynchronizeOutputCollector collector) | 
void open(Map conf, TopologyContext context)
void close()
void nextTuple(StateSpoutOutputCollector collector)
void synchronize(SynchronizeOutputCollector collector)
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.