sashapolo commented on a change in pull request #76:
URL: https://github.com/apache/ignite-3/pull/76#discussion_r605461847



##########
File path: 
modules/configuration/src/main/java/org/apache/ignite/configuration/ConfigurationChanger.java
##########
@@ -63,6 +67,16 @@
     /** Annotation classes mapped to validator objects. */
     private Map<Class<? extends Annotation>, Set<Validator<?, ?>>> validators 
= new HashMap<>();
 
+    /** */
+    @FunctionalInterface
+    public interface Notificator {
+        /** */
+        @NotNull CompletableFuture<?> notify(SuperRoot oldRoot, SuperRoot 
newRoot, long storageRevision);

Review comment:
       I think that the difference is that `CompletableFuture<Void>` explicitly 
states that there's no value inside it, while `CompletableFuture<?>` is closer 
to `CompletableFuture<Object>`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to