Uses of Class
com.microservices.starter.core.environment.Domain

  • Uses of Domain in com.microservices.starter.core.environment

    Modifier and Type
    Method
    Description
    Component.getDomain()
     
    DomainAware.getDomain()
    Domain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment.
    Identifiable.getDomain()
    Domain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment.
    OtherComponent.getDomain()
     
    SupportingComponent.getDomain()
    Domain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment.
    Methods in com.microservices.starter.core.environment with parameters of type Domain
    Modifier and Type
    Method
    Description
    void
    Component.setDomain(Domain domain)
     
    void
    DomainAware.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.
    void
    OtherComponent.setDomain(Domain domain)
     
    void
    SupportingComponent.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.