Uses of Class
io.camunda.client.protocol.rest.JobWorkerStatisticsItem
Packages that use JobWorkerStatisticsItem
-
Uses of JobWorkerStatisticsItem in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return JobWorkerStatisticsItemModifier and TypeMethodDescriptionJobWorkerStatisticsItem.completed(StatusMetric completed) JobWorkerStatisticsItem.created(StatusMetric created) JobWorkerStatisticsItem.failed(StatusMetric failed) Methods in io.camunda.client.protocol.rest that return types with arguments of type JobWorkerStatisticsItemModifier and TypeMethodDescriptionJobWorkerStatisticsQueryResult.getItems()The list of per-worker statistics items.Methods in io.camunda.client.protocol.rest with parameters of type JobWorkerStatisticsItemModifier and TypeMethodDescriptionJobWorkerStatisticsQueryResult.addItemsItem(JobWorkerStatisticsItem itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type JobWorkerStatisticsItemModifier and TypeMethodDescriptionJobWorkerStatisticsQueryResult.items(List<JobWorkerStatisticsItem> items) voidJobWorkerStatisticsQueryResult.setItems(List<JobWorkerStatisticsItem> items)