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

com.spotify.confidence.FlagResolver Maven / Gradle / Ivy

The newest version!
package com.spotify.confidence;

import com.google.protobuf.Struct;
import com.spotify.confidence.shaded.flags.resolver.v1.ResolveFlagsResponse;
import java.util.concurrent.CompletableFuture;

interface FlagResolver {
  void close();

  public CompletableFuture resolve(
      String flag, Struct context, Boolean isProvider);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy