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 Summary

    Modifier and Type
    Method
    Description
    default String
    Gets the name of the definition.
    id()
    Gets the identifier of the definition.
  • Method Details

    • id

      Gets the identifier of the definition.
      Returns:
      the unique identifier of the definition
    • getName

      default String getName()
      Gets the name of the definition.
      Returns:
      the name of the definition