Class DataHubServerChangePropagator
java.lang.Object
de.hybris.platform.datahubbackoffice.service.datahub.impl.DataHubServerChangePropagator
- All Implemented Interfaces:
DataHubServerAware
Propagates DataHub server context to multiple Spring beans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSpecifies DataHub server instance for the component context.voidsetServices(@NotNull Collection<DataHubServerAware> c)
-
Constructor Details
-
DataHubServerChangePropagator
public DataHubServerChangePropagator()
-
-
Method Details
-
setDataHubServer
Description copied from interface:DataHubServerAwareSpecifies DataHub server instance for the component context.- Specified by:
setDataHubServerin interfaceDataHubServerAware- Parameters:
s- a DataHub server to use.
-
setServices
-