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 Type
    Method
    Description
    void
    Specifies DataHub server instance for the component context.
  • Method Details

    • setDataHubServer

      void setDataHubServer(DataHubServer s)
      Specifies DataHub server instance for the component context.
      Parameters:
      s - a DataHub server to use.