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 TypeMethodDescriptionDomain (DNS) information used at runtime for dynamic application configuration to negotiate gateway routing and interservice communication appropriately based on the deployed environment.getName()
The name used to identify the component.void
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
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.
-