Interface | Description |
---|---|
AMQPMessageConverter |
Interface describing a mechanism that converts AMQP Messages from an Axon Messages and vice versa.
|
RoutingKeyResolver |
Interface toward a mechanism that provides the AMQP Routing Key for a given EventMessage.
|
Class | Description |
---|---|
AMQPMessage |
Representation of an AMQP Message.
|
DefaultAMQPMessageConverter |
Default implementation of the AMQPMessageConverter interface.
|
PackageRoutingKeyResolver |
RoutingKeyResolver implementation that uses the package name of the Message's payload as routing key.
|
Exception | Description |
---|---|
EventPublicationFailedException |
Exception indication that an error occurred while publishing an event to an AMQP Broker
|
Copyright © 2010–2017. All rights reserved.