Interface DataHubServerAware
- All Known Implementing Classes:
CachingTypeService,DataHubServerChangePropagator,DataHubServerContextServiceImpl
public interface DataHubServerAware
Represents a component aware of the DataHub instance configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoidSpecifies DataHub server instance for the component context.
-
Method Details
-
setDataHubServer
Specifies DataHub server instance for the component context.- Parameters:
s- a DataHub server to use.
-