
be.looorent.jflu.subscriber.rabbitmq.ConsumptionExceptionHandler Maven / Gradle / Ivy
The newest version!
package be.looorent.jflu.subscriber.rabbitmq;
import be.looorent.jflu.subscriber.ConsumptionException;
/**
* @author Logan Clement {@literal }
*/
public interface ConsumptionExceptionHandler {
void handle(ConsumptionException exception);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy