com.capitalone.dashboard.client.RestOperationsSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core package shared by API layer and Microservices
package com.capitalone.dashboard.client;
import org.springframework.web.client.RestOperations;
/**
* Supplier that returns an instance of RestOperations
*/
public interface RestOperationsSupplier {
RestOperations get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy