Spring AMQP

org.springframework.amqp.core
Interface MessageCreator


public interface MessageCreator

Strategy interface for creating AMQP messages.

Author:
Mark Fisher

Method Summary
 Message createMessage()
          Create a Message to be sent.
 

Method Detail

createMessage

Message createMessage()
Create a Message to be sent.


Spring AMQP

Copyright © 2010. All Rights Reserved.