Package | Description |
---|---|
org.springframework.amqp.rabbit.listener |
Provides classes for message listener containers.
|
org.springframework.amqp.rabbit.listener.adapter |
Provides classes for adapting listeners.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessageListenerContainer.doInvokeListener(ChannelAwareMessageListener listener,
com.rabbitmq.client.Channel channel,
Message message)
Invoke the specified listener as Spring ChannelAwareMessageListener, exposing a new Rabbit Session (potentially
with its own transaction) to the listener if demanded.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageListenerAdapter
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with
flexible message type conversion.
|
Copyright © 2018. All rights reserved.