Class CellsResource

java.lang.Object
io.confluent.kafkarest.resources.v3.CellsResource

@Path("/v3/clusters/{clusterId}/cells") public final class CellsResource extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    CellsResource(jakarta.inject.Provider<CellsManager> cellsManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeCells(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId)
     

    Methods inherited from class java.lang.Object

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

    • CellsResource

      @Inject public CellsResource(jakarta.inject.Provider<CellsManager> cellsManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory)
  • Method Details

    • describeCells

      @GET @Produces("application/json") public void describeCells(@Suspended jakarta.ws.rs.container.AsyncResponse asyncResponse, @PathParam("clusterId") String clusterId)