C# 클래스 Kafka.Client.Request.MultiFetchRequest

Constructs a multi-consumer request to send to Kafka.
상속: AbstractRequest
파일 보기 프로젝트 열기: precog/kafka 1 사용 예제들

공개 메소드들

메소드 설명
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