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

com.automationrockstars.bmo.event.processor.HttpResponseHandler Maven / Gradle / Ivy

/*
 * 
 */

package com.automationrockstars.bmo.event.processor;

import org.apache.http.client.fluent.Response;

public interface HttpResponseHandler {

    void on(Response response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy