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

com.outbrain.ob1k.AsyncRequestContext Maven / Gradle / Ivy

The newest version!
package com.outbrain.ob1k;

import com.outbrain.ob1k.concurrent.ComposableFuture;

/**
 * Created by aronen on 6/9/14.
 *
 * an asynchronous request context.
 */
public interface AsyncRequestContext extends RequestContext {
   ComposableFuture invokeAsync();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy