Uses of Class
io.camunda.connector.http.polling.service.SharedExecutorService
Packages that use SharedExecutorService
Package
Description
-
Uses of SharedExecutorService in io.camunda.connector.http.polling
Constructors in io.camunda.connector.http.polling with parameters of type SharedExecutorServiceModifierConstructorDescriptionHttpPollingConnector(HttpService httpService, SharedExecutorService executorService) -
Uses of SharedExecutorService in io.camunda.connector.http.polling.service
Methods in io.camunda.connector.http.polling.service that return SharedExecutorServiceModifier and TypeMethodDescriptionstatic SharedExecutorServiceSharedExecutorService.getInstance() -
Uses of SharedExecutorService in io.camunda.connector.http.polling.task
Constructors in io.camunda.connector.http.polling.task with parameters of type SharedExecutorServiceModifierConstructorDescriptionProcessInstancesFetcherTask(InboundIntermediateConnectorContext context, HttpService httpService, SharedExecutorService executorService)