Package de.hybris.platform.outboundsync
Class PollingConsumerTaskSchedulerUpdater
- java.lang.Object
-
- de.hybris.platform.outboundsync.PollingConsumerTaskSchedulerUpdater
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class PollingConsumerTaskSchedulerUpdater extends java.lang.Object implements org.springframework.context.ApplicationContextAwareUpdate thePollingConsumerwith a customTaskScheduler
-
-
Constructor Summary
Constructors Constructor Description PollingConsumerTaskSchedulerUpdater(@NotNull java.lang.String inputChannelId, @NotNull org.springframework.scheduling.TaskScheduler taskScheduler)Instantiates the PollingConsumerTaskSchedulerUpdater
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Constructor Detail
-
PollingConsumerTaskSchedulerUpdater
public PollingConsumerTaskSchedulerUpdater(@NotNull @NotNull java.lang.String inputChannelId, @NotNull @NotNull org.springframework.scheduling.TaskScheduler taskScheduler)Instantiates the PollingConsumerTaskSchedulerUpdater- Parameters:
inputChannelId- The bean name of the input channel associated to thePollingConsumertaskScheduler- TheTaskSchedulerto update the PollingConsumer with
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-