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

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

package com.outbrain.ob1k.concurrent.handlers;

import com.outbrain.ob1k.concurrent.ComposableFuture;

import java.util.concurrent.ExecutionException;

/**
 * User: aronen
 * Date: 11/3/13
 * Time: 2:32 PM
 */
public interface FutureErrorHandler {
  public ComposableFuture handle(Throwable error);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy