Class ListClusterLinksOptions

java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<ListClusterLinksOptions>
org.apache.kafka.clients.admin.ListClusterLinksOptions

@Confluent @Evolving public class ListClusterLinksOptions extends AbstractOptions<ListClusterLinksOptions>
Options for ConfluentAdmin.listClusterLinks(ListClusterLinksOptions). The API of this class is evolving, see Admin for details.
  • Constructor Details

    • ListClusterLinksOptions

      public ListClusterLinksOptions()
  • Method Details

    • linkNames

      public Optional<Collection<String>> linkNames()
      Names of the cluster links to include in the response, otherwise if empty, then all cluster links are listed.
    • linkNames

      public ListClusterLinksOptions linkNames(Optional<Collection<String>> linkNames)
      Sets the names of the cluster links to include in the response, otherwise if empty, then sets all cluster links to be listed.
    • includeTopics

      public boolean includeTopics()
      Whether to include the topics that are linked for the cluster link.
    • includeTopics

      public ListClusterLinksOptions includeTopics(boolean includeTopics)
      Set whether to include the topics that are linked for the cluster link.