Class TestSDKClient


  • public class TestSDKClient
    extends java.lang.Object
    This makes a simple wrapper around the TestSDK Client
    • Constructor Summary

      Constructors 
      Constructor Description
      TestSDKClient​(io.featurehub.client.FeatureHubConfig config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setFeatureState​(java.lang.String apiKey, @NotNull java.lang.String featureKey, @NotNull io.featurehub.sse.model.FeatureStateUpdate featureStateUpdate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestSDKClient

        public TestSDKClient​(io.featurehub.client.FeatureHubConfig config)
    • Method Detail

      • setFeatureState

        public void setFeatureState​(java.lang.String apiKey,
                                    @NotNull
                                    @NotNull java.lang.String featureKey,
                                    @NotNull
                                    @NotNull io.featurehub.sse.model.FeatureStateUpdate featureStateUpdate)