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

org.spincast.quickstart.exchange.AppRequestContext Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.spincast.quickstart.exchange;

import org.spincast.core.exchange.RequestContext;
import org.spincast.plugins.httpclient.HttpClient;

/**
 * Interface of our custom Request Context type.
 */
public interface AppRequestContext extends RequestContext {

    /**
     * Add-on to access the HttpClient factory
     */
    public HttpClient httpClient();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy