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

com.commercetools.sunrise.framework.reverserouters.ReverseCaller Maven / Gradle / Ivy

The newest version!
package com.commercetools.sunrise.framework.reverserouters;

import play.mvc.Call;

/**
 * Creates a {@link Call} like a reverse router.
 */
@FunctionalInterface
public interface ReverseCaller {

    Call call(Object ... args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy