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

com.sap.cloud.alert.notification.client.IRetryPolicy Maven / Gradle / Ivy

Go to download

Means for out-of-the-box events management in SAP Alert Notification service for SAP BTP service.

There is a newer version: 1.11.0
Show newest version
package com.sap.cloud.alert.notification.client;

import java.util.function.Supplier;

public interface IRetryPolicy {

    /**
     * Executes a predefined expression with retries
     * according to the specific retry policy implementation
     *
     * @param supplier is the expression to be executed
     * @return the result of the execution of the supplier
     */
     T executeWithRetry(Supplier supplier);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy