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
@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.
Update the
PollingConsumer with a custom TaskScheduler-
Constructor Summary
ConstructorsConstructorDescriptionPollingConsumerTaskSchedulerUpdater(@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 TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
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 thePollingConsumertaskScheduler- TheTaskSchedulerto 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:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
PollingConsumerTaskSchedulerUpdaterfrom the de.hybris.platform.integrationservices.util package