core.engine.api.IDynamicResourceControllerPATCH Maven / Gradle / Ivy
package core.engine.api;
import core.exception.EpikosException;
/**
* Created by nitina on 2/3/17.
*/
public interface IDynamicResourceControllerPATCH {
Object process(final IDynamicRequestPATCH dynamicRequest) throws EpikosException;
}