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

io.sphere.sdk.retry.RetryRuleImpl Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.retry;

import io.sphere.sdk.models.Base;

abstract class RetryRuleImpl extends Base implements RetryRule {
    @Override
    public abstract boolean test(final RetryContext retryContext);

    @Override
    public abstract RetryStrategy apply(final RetryContext retryContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy