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

cloud.prefab.client.internal.EnvironmentVariableLookup Maven / Gradle / Ivy

Go to download

API Client for https://prefab.cloud: rate limits, feature flags and semaphores as a service

There is a newer version: 0.3.23
Show newest version
package cloud.prefab.client.internal;

import java.util.Optional;

public interface EnvironmentVariableLookup {
  Optional get(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy