Class MessageBatch
java.lang.Object
org.springframework.amqp.rabbit.batch.MessageBatch
An object encapsulating a
Message
containing the batch of messages,
the exchange, and routing key.- Since:
- 1.4.1
- Author:
- Gary Russell
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MessageBatch
-
-
Method Details
-
getExchange
- Returns:
- the exchange
-
getRoutingKey
- Returns:
- the routingKey
-
getMessage
- Returns:
- the message
-