Package com.github.fridujo.rabbitmq.mock
Class Message
- java.lang.Object
-
- com.github.fridujo.rabbitmq.mock.Message
-
public class Message extends Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]bodyStringexchangeNamelongexpiryTimeintidcom.rabbitmq.client.AMQP.BasicPropertiespropsbooleanredeliveredStringroutingKey
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageasRedelivered()booleanisExpired()intpriority()StringtoString()
-
-
-
Field Detail
-
id
public final int id
-
exchangeName
public final String exchangeName
-
routingKey
public final String routingKey
-
props
public final com.rabbitmq.client.AMQP.BasicProperties props
-
body
public final byte[] body
-
expiryTime
public final long expiryTime
-
redelivered
public final boolean redelivered
-
-