
com.launchdarkly.sdk.server.migrations.MigrationSerialOrder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-java-server-sdk Show documentation
Show all versions of launchdarkly-java-server-sdk Show documentation
Official LaunchDarkly SDK for Java
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