Class CellsResource
java.lang.Object
io.confluent.kafkarest.resources.v3.CellsResource
-
Constructor Summary
ConstructorsConstructorDescriptionCellsResource(jakarta.inject.Provider<CellsManager> cellsManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeCells(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId)
-
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)
-