Package com.consol.citrus.messaging
Interface Producer
-
- All Known Subinterfaces:
ReplyProducer
public interface Producer- Since:
- 1.4
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the producer name.voidsend(Message message, TestContext context)Sends the message.
-
-
-
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:
-
-