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

com.lmax.disruptor.BatchStartAware Maven / Gradle / Ivy

There is a newer version: 1.52.1
Show newest version
package com.lmax.disruptor;

public interface BatchStartAware
{
    void onBatchStart(long batchSize);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy