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

com.capitalone.dashboard.client.RestOperationsSupplier Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
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