Interface MirrorEvent

All Known Subinterfaces:
RepositoryMirrorEvent
All Known Implementing Classes:
AbstractRepositoryMirrorEvent, RepositoryMirrorSynchronizationFailedEvent, RepositoryMirrorSynchronizedEvent

public interface MirrorEvent
Base interface for events about mirrors connected to this instance.
Since:
5.0
  • Method Details

    • getMirrorServerId

      @Nonnull String getMirrorServerId()
      Returns:
      the ID of the server where this event originated
    • getMirrorServerName

      @Nonnull String getMirrorServerName()
      Returns:
      the name of the server where this event is originated
      Since:
      6.5