C# Class Kafka.Client.Request.MultiFetchRequest

Constructs a multi-consumer request to send to Kafka.
Inheritance: AbstractRequest
Datei anzeigen Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetBytes() public method

Gets the bytes matching the expected Kafka structure.
public GetBytes ( ) : byte[]
return byte[]

IsValid() public method

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

MultiFetchRequest() public method

Initializes a new instance of the MultiFetchRequest class.
public MultiFetchRequest ( IList requests ) : System
requests IList Requests to package up and batch.
return System