Package io.vertigo.core.node.definition
Interface Definition
- All Known Implementing Classes:
AbstractDefinition,DaemonDefinition,HealthCheckDefinition,MetricDefinition
public interface Definition
The Definition interface defines an element that represents a part of the business or technical model.
Each definition has a unique identifier, has a unique name which is composed of a specific prefix.
Definitions are immutable, not serializable, and are loaded at boot time.
- Author:
- pchretien
-
Method Details
-
id
DefinitionId id()Gets the identifier of the definition.- Returns:
- the unique identifier of the definition
-
getName
Gets the name of the definition.- Returns:
- the name of the definition
-