Interface DomainAware

All Known Implementing Classes:
Component, FlexComponent, LibraryComponent, OtherComponent, SupportingComponent

public interface DomainAware
Common attributes of all components that expose Domain.
  • Method Summary

    Modifier and Type
    Method
    Description
    Domain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment.
    The name used to identify the component.
    void
    setDomain(Domain domain)
    Domain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment.
  • Method Details

    • getName

      String getName()
      The name used to identify the component. Required.
    • setDomain

      void setDomain(Domain domain)
      Domain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment. Required.
    • getDomain

      Domain getDomain()
      Domain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment. Required.