blob: 61285f1dbb1de3e22f4a96985988bb9f3ed7aece [file] [log] [blame]
package backtype.storm.transactional;
/**
* This marks an IBatchBolt within a transactional topology as a committer. This causes the
* finishBatch method to be called in order of the transactions.
*/
public interface ICommitter {
}