Interface QueuePublisher


public interface QueuePublisher
Simplest possible RabbitMQ publishing API
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handlePublish(byte[] data)
    Publish a new message
  • Method Details

    • handlePublish

      void handlePublish(byte[] data)
      Publish a new message
      Parameters:
      data - the raw content of the message to publish