Class Handle
A handle for a librdkafka client instance. Also encapsulates a reference to the IClient instance that owns this handle.
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class Handle
Properties
IsInvalid
Gets a value indicating whether the encapsulated librdkafka handle is invalid.
Declaration
public bool IsInvalid { get; }
Property Value
Type | Description |
---|---|
bool | true if the encapsulated librdkafka handle is invalid; otherwise, false. |