BatchingExtensions.GetMessagesBatch method
Gets the accumulated IMessageContext grouped by batching middleware
public static IReadOnlyCollection<IMessageContext> GetMessagesBatch(this IMessageContext context)
parameter | description |
---|---|
context | The message context |
Return Value
All the contexts in the batch
See Also
- class BatchingExtensions
- namespace KafkaFlow