FkafkaTopic class

Constructors

FkafkaTopic({required String name, int? partitionCount, List<FkafkaPartition>? partitions})
const
FkafkaTopic.metadata(rd_kafka_metadata_topic topicMetadata)
factory
FkafkaTopic.ptr(Pointer<rd_kafka_topic_t> topicPtr)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
partitionCount int?
final
partitions List<FkafkaPartition>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited