C# Class Kafka.Client.Request.MultiFetchRequest

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

Méthodes publiques

Méthode 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 méthode

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

IsValid() public méthode

Determines if the request has valid settings.
public IsValid ( ) : bool
Résultat bool

MultiFetchRequest() public méthode

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