Interface RmRawClientFactory


public interface RmRawClientFactory
Factory for building raw Resource Manager Client instances without the RmClient wrapper.

This is useful when the caller needs direct access to the underlying Client API, such as for RRI (Resource Relation Index) queries which expect the raw client interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    io.confluent.resourcemanager.api.client.Client
    Builds a raw Resource Manager client.
  • Method Details

    • buildRawClient

      io.confluent.resourcemanager.api.client.Client buildRawClient()
      Builds a raw Resource Manager client.
      Returns:
      A new Client instance with the same authentication configuration