All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.gc.aafc.dina.messaging.producer.DocumentOperationNotificationMessageProducer Maven / Gradle / Ivy

There is a newer version: 0.133
Show newest version
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