Uses of Class
io.unlaunch.UnlaunchRestWrapper
Package | Description |
---|---|
io.unlaunch | |
io.unlaunch.event | |
io.unlaunch.store |
-
Uses of UnlaunchRestWrapper in io.unlaunch
Methods in io.unlaunch that return UnlaunchRestWrapper Modifier and Type Method Description static UnlaunchRestWrapper
UnlaunchRestWrapper. create(java.lang.String sdkKey, java.lang.String host, java.lang.String apiPath, long connectionTimeOutMs, long readTimeOutMs)
-
Uses of UnlaunchRestWrapper in io.unlaunch.event
Methods in io.unlaunch.event with parameters of type UnlaunchRestWrapper Modifier and Type Method Description static io.unlaunch.event.GenericEventHandler
EventHandler. createGenericEventHandler(java.lang.String name, UnlaunchRestWrapper unlaunchRestWrapper, long eventFlushIntervalInSeconds)
static io.unlaunch.event.GenericEventHandler
EventHandler. createGenericEventHandler(java.lang.String name, UnlaunchRestWrapper unlaunchRestWrapper, long eventFlushIntervalInSeconds, int maxBufferSize)
-
Uses of UnlaunchRestWrapper in io.unlaunch.store
Constructors in io.unlaunch.store with parameters of type UnlaunchRestWrapper Constructor Description RefreshableDataStoreProvider(UnlaunchRestWrapper restWrapper, java.util.concurrent.CountDownLatch initialDownloadDoneLatch, java.util.concurrent.atomic.AtomicBoolean downloadSuccessful, long dataStoreRefreshDelayInSeconds)