Class AmqpMessage
java.lang.Object
fr.ght1pc9kc.testy.beat.messaging.AmqpMessage
Class wrapping the body and the headers of an AMQP message.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
body
public final byte[] body -
headers
-
-
Constructor Details
-
AmqpMessage
public AmqpMessage()
-
-
Method Details
-
of
Create a simple response- Parameters:
body
- Body of the response.- Returns:
AmqpMessage
.
-