Class RemoveBrokerTaskResource

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

@Path("/v3/clusters/{clusterId}/remove-broker-tasks") public final class RemoveBrokerTaskResource extends Object
  • Constructor Details

    • RemoveBrokerTaskResource

      @Inject public RemoveBrokerTaskResource(jakarta.inject.Provider<RemoveBrokerTaskManager> removeBrokerTaskManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory)
  • Method Details

    • listRemoveBrokerTasks

      @GET @Produces("application/json") @PerformanceMetric("v3.broker-tasks.remove-broker.list") public void listRemoveBrokerTasks(@Suspended jakarta.ws.rs.container.AsyncResponse asyncResponse, @PathParam("clusterId") String clusterId)
    • getRemoveBrokerTask

      @GET @Path("/{brokerId}") @Produces("application/json") @PerformanceMetric("v3.broker-tasks.remove-broker.get") public void getRemoveBrokerTask(@Suspended jakarta.ws.rs.container.AsyncResponse asyncResponse, @PathParam("clusterId") String clusterId, @PathParam("brokerId") Integer brokerId)