Package io.unlaunch
Interface UnlaunchClientBuilder
public interface UnlaunchClientBuilder
This builder class contains configuration required by Unlaunch client.
Implementations of this interface are mutable hence not thread-safe.
- Author:
- umermansoor
-
Method Summary
Modifier and Type Method Description UnlaunchClientbuild()UnlaunchClientBuilderenableLazyLoading()UnlaunchClientBuildereventFlushInterval(long interval, java.util.concurrent.TimeUnit unit)UnlaunchClientBuilderhost(java.lang.String host)UnlaunchClientBuilderofflineMode()UnlaunchClientBuilderofflineModeWithLocalFeatures(java.lang.String yamlFeaturesFilePath)UnlaunchClientBuilderpollingInterval(long interval, java.util.concurrent.TimeUnit unit)UnlaunchClientBuildersdkKey(java.lang.String sdkKey)
-
Method Details
-
build
UnlaunchClient build() -
sdkKey
-
offlineMode
UnlaunchClientBuilder offlineMode() -
offlineModeWithLocalFeatures
-
pollingInterval
-
host
-
eventFlushInterval
-
enableLazyLoading
UnlaunchClientBuilder enableLazyLoading()
-