
io.latent.storm.rabbitmq.ErrorReporter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of storm-rabbitmq Show documentation
Show all versions of storm-rabbitmq Show documentation
A library of tools for interacting with RabbitMQ from Storm.
package io.latent.storm.rabbitmq;
public interface ErrorReporter {
void reportError(java.lang.Throwable error);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy