Class ShareGroupConsumersResource
java.lang.Object
io.confluent.kafkarest.resources.v3.ShareGroupConsumersResource
@Path("/v3/clusters/{clusterId}/share-groups/{groupId}/consumers")
public final class ShareGroupConsumersResource
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionShareGroupConsumersResource(jakarta.inject.Provider<ShareGroupManager> shareGroupManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetShareGroupConsumer(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId, String shareGroupId, String consumerId) voidlistShareGroupAssignments(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId, String shareGroupId, String consumerId) voidlistShareGroupConsumers(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId, String shareGroupId)
-
Constructor Details
-
ShareGroupConsumersResource
@Inject public ShareGroupConsumersResource(jakarta.inject.Provider<ShareGroupManager> shareGroupManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory)
-
-
Method Details