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

io.fruitful.ecomerce.utils.MagentoMethod Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package io.fruitful.ecomerce.utils;

import io.fruitful.ecomerce.commons.MagentoException;
import io.fruitful.ecomerce.dto.BaseCustomerTokenRequest;

@FunctionalInterface
public interface MagentoMethod {
    O apply(I params) throws MagentoException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy