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

com.outbrain.ob1k.concurrent.handlers.ErrorHandler Maven / Gradle / Ivy

package com.outbrain.ob1k.concurrent.handlers;

import java.util.concurrent.ExecutionException;

/**
 * Created by aronen on 8/11/14.
 */
public interface ErrorHandler {
  R handle(Throwable error) throws ExecutionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy