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

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

package com.outbrain.ob1k.concurrent.handlers;

import com.outbrain.ob1k.concurrent.ComposableFuture;

/**
 * Created by aronen on 5/29/14.
 *
 * a functional interface for future based actions.
 */
public interface FutureAction {
  ComposableFuture execute();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy