C# Класс Kafka.Client.Request.MultiProducerRequest

Constructs a request containing multiple producer requests to send to Kafka.
Наследование: AbstractRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetBytes ( ) : byte[]

Gets the bytes matching the expected Kafka structure.

IsValid ( ) : bool

Determines if the request has valid settings.

MultiProducerRequest ( ) : System

Initializes a new instance of the MultiProducerRequest class.

MultiProducerRequest ( IList producerRequests ) : System

Initializes a new instance of the MultiProducerRequest class.

Описание методов

GetBytes() публичный Метод

Gets the bytes matching the expected Kafka structure.
public GetBytes ( ) : byte[]
Результат byte[]

IsValid() публичный Метод

Determines if the request has valid settings.
public IsValid ( ) : bool
Результат bool

MultiProducerRequest() публичный Метод

Initializes a new instance of the MultiProducerRequest class.
public MultiProducerRequest ( ) : System
Результат System

MultiProducerRequest() публичный Метод

Initializes a new instance of the MultiProducerRequest class.
public MultiProducerRequest ( IList producerRequests ) : System
producerRequests IList /// The list of individual producer requests to send in this request. ///
Результат System