Class GetLastProducedTimeAction
java.lang.Object
io.confluent.kafkarest.resources.v3.GetLastProducedTimeAction
@Path("/v3/clusters/{clusterId}/topics/{topicName}/last-produced-time")
public final class GetLastProducedTimeAction
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionGetLastProducedTimeAction(jakarta.inject.Provider<LastProducedTimeManager> lastProducedTimeManager, io.confluent.kafkarest.response.UrlFactory urlFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetLastProducedTime(jakarta.ws.rs.container.AsyncResponse asyncResponse, String clusterId, String topicName)
-
Constructor Details
-
GetLastProducedTimeAction
@Inject public GetLastProducedTimeAction(jakarta.inject.Provider<LastProducedTimeManager> lastProducedTimeManager, io.confluent.kafkarest.response.UrlFactory urlFactory)
-
-
Method Details
-
getLastProducedTime
-