| Package | Description |
|---|---|
| org.axonframework.amqp.eventhandling | |
| org.axonframework.amqp.eventhandling.legacy | |
| org.axonframework.amqp.eventhandling.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
PackageRoutingKeyResolver
RoutingKeyResolver implementation that uses the package name of the Message's payload as routing key.
|
| Constructor and Description |
|---|
DefaultAMQPMessageConverter(org.axonframework.serialization.Serializer serializer,
RoutingKeyResolver routingKeyResolver,
boolean durable)
Initializes the AMQPMessageConverter with the given
serializer, routingKeyResolver and
requesting durable dispatching when durable is true. |
| Constructor and Description |
|---|
JavaSerializationAMQPMessageConverter(org.axonframework.serialization.Serializer serializer,
RoutingKeyResolver routingKeyResolver,
boolean durable)
Initializes the AMQPMessageConverter with the given
serializer, routingKeyResolver and
requesting durable dispatching when durable is true. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringAMQPPublisher.setRoutingKeyResolver(RoutingKeyResolver routingKeyResolver)
Sets the RoutingKeyResolver that provides the Routing Key for each message to dispatch.
|
Copyright © 2010–2018. All rights reserved.