Interface MirroringService

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MirroringService
Performs mirroring of an external repository into a Central Dogma repository.
  • Method Summary

    Modifier and Type
    Method
    Description
    Schedules an immediate mirroring.
  • Method Details

    • mirror

      Schedules an immediate mirroring.
      Returns:
      the future that is complete when mirroring is finished