com.lmax.disruptor.TimeoutHandler Maven / Gradle / Ivy
package com.lmax.disruptor;
public interface TimeoutHandler
{
void onTimeout(long sequence) throws Exception;
}
package com.lmax.disruptor;
public interface TimeoutHandler
{
void onTimeout(long sequence) throws Exception;
}