This is the complete list of members for kafka::ConsumerScope, including all inherited members.
AsyncCommit() | kafka::ConsumerScope | |
Callback typedef | kafka::ConsumerScope | |
ConsumerScope(ConsumerScope &&) noexcept=delete (defined in kafka::ConsumerScope) | kafka::ConsumerScope | |
GetOffsetRange(utils::zstring_view topic, std::uint32_t partition, std::optional< std::chrono::milliseconds > timeout=std::nullopt) const | kafka::ConsumerScope | |
GetPartitionIds(utils::zstring_view topic, std::optional< std::chrono::milliseconds > timeout=std::nullopt) const | kafka::ConsumerScope | |
operator=(ConsumerScope &&) noexcept=delete (defined in kafka::ConsumerScope) | kafka::ConsumerScope | |
ResetRebalanceCallback() | kafka::ConsumerScope | |
Seek(utils::zstring_view topic, std::uint32_t partition_id, std::uint64_t offset, std::chrono::milliseconds timeout) const | kafka::ConsumerScope | |
SeekToBeginning(utils::zstring_view topic, std::uint32_t partition_id, std::chrono::milliseconds timeout) const | kafka::ConsumerScope | |
SeekToEnd(utils::zstring_view topic, std::uint32_t partition_id, std::chrono::milliseconds timeout) const | kafka::ConsumerScope | |
SetRebalanceCallback(ConsumerRebalanceCallback rebalance_callback) | kafka::ConsumerScope | |
Start(Callback callback) | kafka::ConsumerScope | |
Stop() noexcept | kafka::ConsumerScope | |
~ConsumerScope() | kafka::ConsumerScope |