Interface Identified

All Known Subinterfaces:
Identity, SignedMessage

public interface Identified
Something that can be identified by an Identity.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Identity
    Gets the identity.
  • Method Details

    • identity

      @NotNull @NotNull Identity identity()
      Gets the identity.
      Returns:
      the identity
      Since:
      4.0.0