Uses of Interface
de.hybris.platform.outboundsync.config.impl.OutboundSyncConfiguration
-
-
Uses of OutboundSyncConfiguration in de.hybris.platform.outboundsync.config.impl
Classes in de.hybris.platform.outboundsync.config.impl that implement OutboundSyncConfiguration Modifier and Type Class Description classDefaultOutboundSyncConfigurationProvides access methods to configurations related to the Inbound Services -
Uses of OutboundSyncConfiguration in de.hybris.platform.outboundsync.interceptor
Constructors in de.hybris.platform.outboundsync.interceptor with parameters of type OutboundSyncConfiguration Constructor Description StreamConfigurationInfoExpressionCreationInterceptor(@NotNull DescriptorFactory factory, @NotNull InfoExpressionGenerator generator, @NotNull OutboundSyncConfiguration configuration)Constructor that instantiates and populates the required class dependencies -
Uses of OutboundSyncConfiguration in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncConfiguration Modifier and Type Method Description voidDefaultOutboundSyncJobRegister. setOutboundSyncConfiguration(OutboundSyncConfiguration outboundSyncConfiguration) -
Uses of OutboundSyncConfiguration in de.hybris.platform.outboundsync.retry.impl
Methods in de.hybris.platform.outboundsync.retry.impl that return OutboundSyncConfiguration Modifier and Type Method Description protected OutboundSyncConfigurationDefaultSyncRetryService. getOutboundSyncConfiguration()Methods in de.hybris.platform.outboundsync.retry.impl with parameters of type OutboundSyncConfiguration Modifier and Type Method Description voidDefaultSyncRetryService. setOutboundSyncConfiguration(OutboundSyncConfiguration outboundSyncConfiguration)
-