Class PollingConsumerTaskSchedulerUpdater

java.lang.Object
de.hybris.platform.outboundsync.PollingConsumerTaskSchedulerUpdater
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated(since="2205", forRemoval=true) public class PollingConsumerTaskSchedulerUpdater extends Object implements org.springframework.context.ApplicationContextAware
Deprecated, for removal: This API element is subject to removal in a future version.
since 2205. Use PollingConsumerTaskSchedulerUpdater from the de.hybris.platform.integrationservices.util package
Update the PollingConsumer with a custom TaskScheduler
  • Constructor Summary

    Constructors
    Constructor
    Description
    PollingConsumerTaskSchedulerUpdater(@NotNull String inputChannelId, @NotNull org.springframework.scheduling.TaskScheduler taskScheduler)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Instantiates the PollingConsumerTaskSchedulerUpdater
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PollingConsumerTaskSchedulerUpdater

      public PollingConsumerTaskSchedulerUpdater(@NotNull @NotNull String inputChannelId, @NotNull @NotNull org.springframework.scheduling.TaskScheduler taskScheduler)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Instantiates the PollingConsumerTaskSchedulerUpdater
      Parameters:
      inputChannelId - The bean name of the input channel associated to the PollingConsumer
      taskScheduler - The TaskScheduler to update the PollingConsumer with
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException