Package | Description |
---|---|
org.axonframework.eventhandling.amqp | |
org.axonframework.eventhandling.amqp.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(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 |
SpringAMQPTerminal.setRoutingKeyResolver(RoutingKeyResolver routingKeyResolver)
Sets the RoutingKeyResolver that provides the Routing Key for each message to dispatch.
|
Copyright © 2010-2014. All Rights Reserved.