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

com.github.danielwegener.logback.kafka.delivery.FailedDeliveryCallback Maven / Gradle / Ivy

package com.github.danielwegener.logback.kafka.delivery;

/**
 * @since 0.0.1
 */
public interface FailedDeliveryCallback {
    void onFailedDelivery(E evt, Throwable throwable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy