Class CreateTopicsResult

java.lang.Object
org.apache.kafka.clients.admin.CreateTopicsResult
org.oracle.okafka.clients.admin.CreateTopicsResult

@Evolving public class CreateTopicsResult extends org.apache.kafka.clients.admin.CreateTopicsResult
The result of Admin.createTopics(Collection). The API of this class is evolving, see Admin for details.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.kafka.clients.admin.CreateTopicsResult

    org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreateTopicsResult(Map<String,org.apache.kafka.common.KafkaFuture<org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig>> futures)
     
  • Method Summary

    Methods inherited from class org.apache.kafka.clients.admin.CreateTopicsResult

    all, config, numPartitions, replicationFactor, topicId, values

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreateTopicsResult

      public CreateTopicsResult(Map<String,org.apache.kafka.common.KafkaFuture<org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig>> futures)