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

com.swisscom.cloud.sb.broker.metrics.LastOperationMetricService.groovy Maven / Gradle / Ivy

package com.swisscom.cloud.sb.broker.metrics

interface LastOperationMetricService extends PlanMetricService {
    void notifySucceeded(String planGuid);

    void notifyFailedWithTimeout(String planGuid);

    void notifyFailedWithException(String planGuid);

    void notifyFailedByServiceProvider(String planGuid);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy