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

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

package net.logstash.logback.encoder.com.lmax.disruptor;

public interface TimeoutHandler
{
    void onTimeout(long sequence) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy