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

net.logstash.logback.encoder.com.lmax.disruptor.BatchStartAware Maven / Gradle / Ivy

Go to download

Provides logback encoders, layouts, and appenders to log in JSON and other formats supported by Jackson

The newest version!
package net.logstash.logback.encoder.com.lmax.disruptor;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy