Interface Producer

  • All Known Subinterfaces:
    ReplyProducer

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

      • 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: