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