package org.apache.storm.jms.trident; /** * Batch coordination metadata object for the TridentJmsSpout. * This implementation does not use batch metadata, so the object is empty. * */ public class JmsBatch { // Empty class }