C# Class Kafka.Client.AbstractRequest

Base request to make to Kafka.
Show file Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
GetBytes ( ) : byte[]

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

IsValid ( ) : bool

Determines if the request has valid settings.

Method Details

GetBytes() public abstract method

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

IsValid() public abstract method

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