| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultAMQPMessageConverter
Default implementation of the AMQPMessageConverter interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JavaSerializationAMQPMessageConverter
Implementation of the AMQPMessageConverter interface that serializes the Message using Java Serialization, while
 the payload and meta data of the messages are serialized using the configured Serializer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpringAMQPPublisher.setMessageConverter(AMQPMessageConverter messageConverter)
Sets the Message Converter that creates AMQP Messages from Event Messages and vice versa. 
 | 
| Constructor and Description | 
|---|
SpringAMQPMessageSource(AMQPMessageConverter messageConverter)
Initializes an SpringAMQPMessageSource with given  
messageConverter to convert the incoming AMQP
 message into an EventMessage. | 
| Modifier and Type | Method and Description | 
|---|---|
AMQPMessageConverter | 
AMQPAutoConfiguration.amqpMessageConverter(Serializer eventSerializer,
                    RoutingKeyResolver routingKeyResolver)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpringAMQPPublisher | 
AMQPAutoConfiguration.amqpBridge(EventBus eventBus,
          org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory,
          AMQPMessageConverter amqpMessageConverter)  | 
Copyright © 2010–2018. All rights reserved.