Class StreamsGroupsResource
java.lang.Object
io.confluent.kafkarest.resources.v3.StreamsGroupsResource
@Path("/v3/clusters/{clusterId}/streams-groups")
public final class StreamsGroupsResource
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionStreamsGroupsResource(jakarta.inject.Provider<StreamsGroupManager> streamsGroupManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetStreamsGroup(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId, String groupId) voidlistStreamsGroups(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId)
-
Constructor Details
-
StreamsGroupsResource
@Inject public StreamsGroupsResource(jakarta.inject.Provider<StreamsGroupManager> streamsGroupManager, io.confluent.kafkarest.response.CrnFactory crnFactory, io.confluent.kafkarest.response.UrlFactory urlFactory)
-
-
Method Details
-
listStreamsGroups
@GET @Produces("application/json") @PerformanceMetric("v3.streams-groups.list") public void listStreamsGroups(@Suspended jakarta.ws.rs.container.AsyncResponse asyncResponse, @PathParam("clusterId") String clusterId) -
getStreamsGroup
-