Class PollingConsumerTaskSchedulerUpdater
java.lang.Object
de.hybris.platform.integrationservices.util.PollingConsumerTaskSchedulerUpdater
Injects provided
TaskScheduler into the specified PollingConsumer-
Constructor Summary
ConstructorsConstructorDescriptionPollingConsumerTaskSchedulerUpdater(@NotNull org.springframework.integration.endpoint.PollingConsumer pollingConsumer, @NotNull org.springframework.scheduling.TaskScheduler taskScheduler) A utility service that injects a TaskScheduler into a Polling consumer. -
Method Summary
-
Constructor Details
-
PollingConsumerTaskSchedulerUpdater
public PollingConsumerTaskSchedulerUpdater(@NotNull @NotNull org.springframework.integration.endpoint.PollingConsumer pollingConsumer, @NotNull @NotNull org.springframework.scheduling.TaskScheduler taskScheduler) A utility service that injects a TaskScheduler into a Polling consumer. It does the injections in the constructor for the convenience of use in the spring xml files.- Parameters:
pollingConsumer- The pollingConsumer to usetaskScheduler- The taskScheduler to use
-