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

com.societegenerale.cidroid.tasks.consumer.services.ResourceFetcher Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package com.societegenerale.cidroid.tasks.consumer.services;

import java.util.Optional;

public interface ResourceFetcher {

    /**
     * @param remoteResource
     * @return the resource content as a String. null if resource isn't found / doesn't exist.
     */
    Optional fetch(String remoteResource);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy