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

com.launchdarkly.sdk.server.migrations.MigrationSerialOrder Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
package com.launchdarkly.sdk.server.migrations;

/**
 * When using serial execution controls the order reads are executed.
 */
public enum MigrationSerialOrder {
  /**
   * Each time a read is performed randomize the order.
   */
  RANDOM,
  /**
   * Always execute reads in the same order.
   */
  FIXED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy