com.lmax.disruptor.BatchStartAware Maven / Gradle / Ivy
package com.lmax.disruptor;
public interface BatchStartAware
{
void onBatchStart(long batchSize);
}
package com.lmax.disruptor;
public interface BatchStartAware
{
void onBatchStart(long batchSize);
}