Skip to content

Commit

Permalink
[IGNITE-19082] Catalog. Cleanup dead code
Browse files Browse the repository at this point in the history
await catalog activation.
  • Loading branch information
lowka committed Apr 30, 2024
1 parent b327218 commit 2995b28
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,11 @@ public interface CatalogService extends EventProducer<CatalogEvent, CatalogEvent
*/
CompletableFuture<Void> catalogReadyFuture(int version);

/**
* Returns a future, which completes, when catalog initialization completes.
*/
CompletableFuture<Void> catalogInitializationFuture();



}

0 comments on commit 2995b28

Please sign in to comment.