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

com.couchbase.client.deps.com.lmax.disruptor.TimeoutHandler Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
package com.couchbase.client.deps.com.lmax.disruptor;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy