Class ProjectDeletedEvent


  • @AsynchronousPreferred
    public final class ProjectDeletedEvent
    extends Object
    Event is triggered after a project is marked for deletion.

    Note that the actual deletion from the system may be delayed, depending on the system configuration.

    • Constructor Detail

      • ProjectDeletedEvent

        public ProjectDeletedEvent​(String projectKey,
                                   long projectId)
    • Method Detail

      • getEventCreationTime

        public Instant getEventCreationTime()
      • getProjectKey

        public String getProjectKey()
      • getProjectId

        public long getProjectId()