ca.gc.aafc.dina.messaging.producer.DinaMessageProducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-messaging Show documentation
Show all versions of dina-messaging Show documentation
Base DINA messaging classes based on RabbitMQ
package ca.gc.aafc.dina.messaging.producer;
import ca.gc.aafc.dina.messaging.DinaMessage;
/**
* Generic {@link DinaMessage} producer.
*/
public interface DinaMessageProducer {
/**
* Send a DinaMessage.
*/
void send(DinaMessage dinaMessage);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy