Class: Rdkafka::Admin::DeleteTopicHandle

Inherits:
Rdkafka::AbstractHandle show all
Defined in:
lib/rdkafka/admin/delete_topic_handle.rb

Overview

Handle for delete topic operation

Constant Summary

Constants inherited from Rdkafka::AbstractHandle

Rdkafka::AbstractHandle::REGISTRY

Instance Attribute Summary

Attributes inherited from Rdkafka::AbstractHandle

#broker_message, #result

Instance Method Summary collapse

Methods inherited from Rdkafka::AbstractHandle

#create_result, #initialize, #pending?, #prepared_result, #raise_error, register, remove, #unlock, #wait

Methods included from Helpers::Time

#monotonic_now, #monotonic_now_ms

Constructor Details

This class inherits a constructor from Rdkafka::AbstractHandle

Instance Method Details

#operation_nameString

Returns the name of the operation.

Returns:

  • (String)

    the name of the operation



11
12
13
# File 'lib/rdkafka/admin/delete_topic_handle.rb', line 11

def operation_name
  "delete topic"
end