Package com.linecorp.centraldogma.server
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.
Performs mirroring of an external repository into a Central Dogma repository.
-
Method Summary
-
Method Details
-
mirror
CompletableFuture<Void> mirror()Schedules an immediate mirroring.- Returns:
- the future that is complete when mirroring is finished
-