Interface GlobalJobStatisticsRequest
- All Superinterfaces:
FinalCommandStep<GlobalJobStatistics>
- All Known Implementing Classes:
GlobalJobStatisticsRequestImpl
Request to query global job statistics. Allows filtering by time range and optionally by job
type.
-
Method Summary
Modifier and TypeMethodDescriptionFilters statistics to only include jobs of the given type.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
jobType
Filters statistics to only include jobs of the given type.- Parameters:
jobType- the job type to filter by- Returns:
- this request builder
-