Class PollingConsumerTaskSchedulerUpdater

java.lang.Object
de.hybris.platform.integrationservices.util.PollingConsumerTaskSchedulerUpdater

public class PollingConsumerTaskSchedulerUpdater extends Object
Injects provided TaskScheduler into the specified PollingConsumer
  • 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 use
      taskScheduler - The taskScheduler to use