Interface Producer

All Known Subinterfaces:
ReplyProducer

public interface Producer
Since:
1.4
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the producer name.
    void
    send(Message message, TestContext context)
    Sends the message.
  • Method Details

    • send

      void send(Message message, TestContext context)
      Sends the message.
      Parameters:
      message - the message object to send.
      context -
    • getName

      String getName()
      Gets the producer name.
      Returns: