org.zalando.riptide.idempotency.Decision Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riptide-idempotency Show documentation
Show all versions of riptide-idempotency Show documentation
Client side response routing
package org.zalando.riptide.idempotency;
import org.apiguardian.api.API;
import static org.apiguardian.api.API.Status.EXPERIMENTAL;
@API(status = EXPERIMENTAL)
public enum Decision {
NEUTRAL, ACCEPT, DENY
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy