Class CloudUIInternalResourcesFeature

java.lang.Object
io.confluent.kafkarest.resources.v3.CloudUIInternalResourcesFeature
All Implemented Interfaces:
jakarta.ws.rs.core.Feature

public final class CloudUIInternalResourcesFeature extends Object implements jakarta.ws.rs.core.Feature
Following APIs are called only on the cloud UI, hence "internal". They are not publicly documented in the API spec, hence customers don't use them.
  • Constructor Details

    • CloudUIInternalResourcesFeature

      public CloudUIInternalResourcesFeature()
  • Method Details

    • configure

      public boolean configure(jakarta.ws.rs.core.FeatureContext context)
      Specified by:
      configure in interface jakarta.ws.rs.core.Feature