
net.logstash.logback.encoder.com.lmax.disruptor.TimeoutHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logstash-logback-encoder Show documentation
Show all versions of logstash-logback-encoder Show documentation
Logback encoder which will output events as Logstash-compatible JSON
The newest version!
package net.logstash.logback.encoder.com.lmax.disruptor;
public interface TimeoutHandler
{
void onTimeout(long sequence) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy