ca.gc.aafc.dina.messaging.producer.DocumentOperationNotificationMessageProducer 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.message.DocumentOperationNotification;
/**
* MessageProducer interface specific to {@link DocumentOperationNotification}.
*/
public interface DocumentOperationNotificationMessageProducer {
/**
* Send a DinaMessage.
*/
void send(DocumentOperationNotification message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy