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

io.github.resilience4j.adapter.Permit Maven / Gradle / Ivy

package io.github.resilience4j.adapter;

/**
 * Represents the possible states of a permit.
 */
public enum Permit {
    PENDING, ACQUIRED, REJECTED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy