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

io.split.qos.server.failcondition.Broadcast Maven / Gradle / Ivy

There is a newer version: 22.4.3
Show newest version
package io.split.qos.server.failcondition;

/**
 * Defines given the failed condition, what the broadcasters should do.
 */
public enum Broadcast {
    FIRST,
    REBROADCAST,
    RECOVERY,
    NO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy