Class DevCycleLocalOptions

java.lang.Object
com.devcycle.sdk.server.local.model.DevCycleLocalOptions
All Implemented Interfaces:
IDevCycleOptions

public class DevCycleLocalOptions extends Object implements IDevCycleOptions
  • Constructor Summary

    Constructors
    Constructor
    Description
    DevCycleLocalOptions(int configRequestTimeoutMs, int configPollingIntervalMs, int configPollingIntervalMS, String configCdnBaseUrl, String eventsApiBaseUrl, int eventFlushIntervalMS, int flushEventQueueSize, int maxEventQueueSize, int eventRequestChunkSize, boolean disableAutomaticEventLogging, boolean disableCustomEventLogging, IDevCycleLogger customLogger, IRestOptions restOptions, boolean enableBetaRealtimeUpdates, boolean disableRealtimeUpdates, List<EvalHook> hooks)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getConfigPollingIntervalMS(int configPollingIntervalMs, int configPollingIntervalMS)
     

    Methods inherited from class java.lang.Object

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

    • DevCycleLocalOptions

      public DevCycleLocalOptions(int configRequestTimeoutMs, @Deprecated int configPollingIntervalMs, int configPollingIntervalMS, String configCdnBaseUrl, String eventsApiBaseUrl, int eventFlushIntervalMS, int flushEventQueueSize, int maxEventQueueSize, int eventRequestChunkSize, boolean disableAutomaticEventLogging, boolean disableCustomEventLogging, IDevCycleLogger customLogger, IRestOptions restOptions, @Deprecated boolean enableBetaRealtimeUpdates, boolean disableRealtimeUpdates, List<EvalHook> hooks)
  • Method Details

    • getConfigPollingIntervalMS

      public int getConfigPollingIntervalMS(int configPollingIntervalMs, int configPollingIntervalMS)