Interface ComponentArtifactIdentifier


@Incubating public interface ComponentArtifactIdentifier
An opaque immutable identifier for an artifact that belongs to some component instance.
  • Method Details

    • getComponentIdentifier

      ComponentIdentifier getComponentIdentifier()
      Returns the id of the component that this artifact belongs to.
    • getDisplayName

      String getDisplayName()
      Returns some human-consumable display name for this artifact.