Spring AMQP

Uses of Class
org.springframework.amqp.core.Address

Packages that use Address
org.springframework.amqp.core   
org.springframework.amqp.rabbit.listener.adapter   
 

Uses of Address in org.springframework.amqp.core
 

Methods in org.springframework.amqp.core that return Address
 Address MessageProperties.getReplyToAddress()
           
 

Methods in org.springframework.amqp.core with parameters of type Address
 void MessageProperties.setReplyToAddress(Address replyTo)
           
 

Uses of Address in org.springframework.amqp.rabbit.listener.adapter
 

Methods in org.springframework.amqp.rabbit.listener.adapter that return Address
protected  Address MessageListenerAdapter.getReplyToAddress(Message request)
          Determine a reply-to Address for the given message.
 

Methods in org.springframework.amqp.rabbit.listener.adapter with parameters of type Address
protected  void MessageListenerAdapter.sendResponse(com.rabbitmq.client.Channel channel, Address replyTo, Message message)
          Send the given response message to the given destination.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.