![JAR search and dependency download from the Maven repository](/logo.png)
io.github.pleuvoir.rabbit.MQMessageProducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rabbitmq-plugin Show documentation
Show all versions of rabbitmq-plugin Show documentation
The project provide more reliability to use rabbitmq.
package io.github.pleuvoir.rabbit;
public interface MQMessageProducer {
void send(M message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy