All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.eventbus.impl.EventBatch Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.netflix.eventbus.impl;

/**
 * An interface for all event batches generated by eventbus for various batching strategies.
 *
 * @author Nitesh Kant
 */
public interface EventBatch extends Iterable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy