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

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

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

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

Gets the bytes matching the expected Kafka structure.

IsValid ( ) : bool

Determines if the request has valid settings.

MultiFetchRequest ( IList requests ) : System

Initializes a new instance of the MultiFetchRequest 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

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

Initializes a new instance of the MultiFetchRequest class.
public MultiFetchRequest ( IList requests ) : System
requests IList Requests to package up and batch.
Результат System