C# 클래스 Kafka.Client.AbstractRequest

Base request to make to Kafka.
파일 보기 프로젝트 열기: precog/kafka 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]

Converts the request to an array of bytes that is expected by Kafka.

IsValid ( ) : bool

Determines if the request has valid settings.

메소드 상세

GetBytes() 공개 추상적인 메소드

Converts the request to an array of bytes that is expected by Kafka.
public abstract GetBytes ( ) : byte[]
리턴 byte[]

IsValid() 공개 추상적인 메소드

Determines if the request has valid settings.
public abstract IsValid ( ) : bool
리턴 bool