Class BatchMessagingMessageListenerAdapter
Inheritance
System.Object
BatchMessagingMessageListenerAdapter
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class BatchMessagingMessageListenerAdapter : MessagingMessageListenerAdapter, IChannelAwareBatchMessageListener, IChannelAwareMessageListener, IMessageListener
Constructors
|
Edit this page
View Source
BatchMessagingMessageListenerAdapter(IApplicationContext, Object, MethodInfo, Boolean, IRabbitListenerErrorHandler, IBatchingStrategy, ILogger)
Declaration
public BatchMessagingMessageListenerAdapter(IApplicationContext context, object bean, MethodInfo method, bool returnExceptions, IRabbitListenerErrorHandler errorHandler, IBatchingStrategy batchingStrategy, ILogger logger = null)
Parameters
Methods
|
Edit this page
View Source
CreateList(Type)
Declaration
protected IList CreateList(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Edit this page
View Source
CreateMessageList(Type)
Declaration
protected IList CreateMessageList(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Edit this page
View Source
OnMessageBatch(List<IMessage>, RabbitMQ.Client.IModel)
Declaration
public override void OnMessageBatch(List<IMessage> messages, RabbitMQ.Client.IModel channel)
Parameters
Type |
Name |
Description |
List<IMessage> |
messages |
|
RabbitMQ.Client.IModel |
channel |
|
Overrides
|
Edit this page
View Source
ToMessagingMessage(IMessage)
Declaration
protected IMessage ToMessagingMessage(IMessage amqpMessage)
Parameters
Type |
Name |
Description |
IMessage |
amqpMessage |
|
Returns
Type |
Description |
IMessage |
|
Implements