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

com.bazaarvoice.ostrich.ServiceCallback Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package com.bazaarvoice.ostrich;

import com.bazaarvoice.ostrich.exceptions.ServiceException;

public interface ServiceCallback {
    RETURN call(S service) throws ServiceException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy