Class UIInternalResourcesFeature

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

public final class UIInternalResourcesFeature 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

    • UIInternalResourcesFeature

      public UIInternalResourcesFeature()
  • Method Details

    • configure

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