Uses of Package
org.springframework.batch.item.amqp
Packages that use org.springframework.batch.item.amqp
Package
Description
Builders for AMQP item reader and writer.
-
Classes in org.springframework.batch.item.amqp used by org.springframework.batch.item.amqp.builderClassDescriptionAMQP
ItemReader
implementation using anAmqpTemplate
to receive and/or convert messages.AMQPItemWriter
implementation using anAmqpTemplate
to send messages.