| Package | Description |
|---|---|
| org.axonframework.amqp.eventhandling | |
| org.axonframework.amqp.eventhandling.legacy | |
| org.axonframework.amqp.eventhandling.spring |
| 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. |
Copyright © 2010–2018. All rights reserved.