blob: 221c1976e234d3abdd1c3e0f3baa2c24209e3657 [file] [log] [blame]
package backtype.storm.state;
public interface IStateSpoutOutputCollector extends ISynchronizeOutputCollector {
void remove(int streamId, Object id);
}