com.appcrossings.config.source.AdHocStreamSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appconfig-client Show documentation
Show all versions of appconfig-client Show documentation
A property placeholder configurer compatible with Spring and allowing hierarchical configurations to be externalized from the application and loaded by URL
The newest version!
package com.appcrossings.config.source;
import java.net.URI;
import java.util.Optional;
public interface AdHocStreamSource {
/**
* Streams the absolute fully qualified URI provided.
*
* @param uri
* @return
*/
public Optional stream(URI uri);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy