com.lmax.disruptor.BatchStartAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log4j-core Show documentation
Show all versions of log4j-core Show documentation
The Apache Log4j Implementation
package com.lmax.disruptor;
public interface BatchStartAware
{
void onBatchStart(long batchSize);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy