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

org.onetwo.common.apiclient.RestExecutor Maven / Gradle / Ivy

package org.onetwo.common.apiclient;

import org.springframework.http.ResponseEntity;

/**
 * @author wayshall
 * 
*/ public interface RestExecutor { // String requestId(); ResponseEntity execute(RequestContextData context); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy