org.devnull.client.spring.cache.PropertiesObjectStore.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zuul-spring-client Show documentation
Show all versions of zuul-spring-client Show documentation
Spring client integration for Zuul web services.
package org.devnull.client.spring.cache
public interface PropertiesObjectStore {
void put(String environment, String name, Properties properties)
Properties get(String environment, String name)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy