Package io.vertigo.core.node.definition
Class AbstractDefinition<D extends Definition>
java.lang.Object
io.vertigo.core.node.definition.AbstractDefinition<D>
- All Implemented Interfaces:
Definition
- Direct Known Subclasses:
DaemonDefinition,HealthCheckDefinition,MetricDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DefinitionId<D> id()Gets the identifier of the definition.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertigo.core.node.definition.Definition
getName
-
Constructor Details
-
AbstractDefinition
-
-
Method Details
-
id
Gets the identifier of the definition.- Specified by:
idin interfaceDefinition- Returns:
- the unique identifier of the definition
-