IPartitionReceiveHandler Interface

Definition

A handler interface for the receive operation. Use any implementation of this interface to specify user action when using SetReceiveHandler(IPartitionReceiveHandler, Boolean).

public interface IPartitionReceiveHandler
type IPartitionReceiveHandler = interface
Public Interface IPartitionReceiveHandler

Properties

MaxBatchSize

Gets or sets the maximum batch size.

Methods

ProcessErrorAsync(Exception)

Implement in order to handle exceptions that are thrown during receipt of events.

ProcessEventsAsync(IEnumerable<EventData>)

Users should implement this method to specify the action to be performed on the received events.

Applies to