Table of Contents

Interface IBatchContext

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll
public interface IBatchContext : IContext
Inherited Members

Methods

Add(IContext)

Add a message context to the batch context. @param context the message context to add

void Add(IContext context)

Parameters

context IContext

Count()

Get the current number of message contexts in the batch context. @return current number of message contexts in the batch

int Count()

Returns

int