Package org.apache.storm.spout
Interface ISpoutOutputCollector
-
- All Known Implementing Classes:
SpoutOutputCollector,SpoutOutputCollectorImpl
public interface ISpoutOutputCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Integer>emit(String streamId, List<Object> tuple, Object messageId)Returns the task ids that received the tuples.voidemitDirect(int taskId, String streamId, List<Object> tuple, Object messageId)voidreportError(Throwable error)
-