Package org.citrusframework.messaging
Interface Producer
- All Known Subinterfaces:
ReplyProducer
public interface Producer
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the producer name.voidsend(Message message, TestContext context) Sends the message.
-
Method Details
-
send
Sends the message.- Parameters:
message- the message object to send.context-
-
getName
String getName()Gets the producer name.- Returns:
-