alamar commented on a change in pull request #6235: IGNITE-8376 Cluster 
activation event added
URL: https://github.com/apache/ignite/pull/6235#discussion_r267861233
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/events/EventType.java
 ##########
 @@ -1076,6 +1100,18 @@
         EVT_TX_RESUMED
     };
 
+    /**
+     * All cluster activation events. This array can be directly passed into
+     * {@link IgniteEvents#localListen(IgnitePredicate, int...)} method to
+     * subscribe to all cloud events.
+     *
+     * @see ClusterActivationEvent
+     */
+    public static final int[] EVTS_CLUSTER_ACTIVATION = {
 
 Review comment:
   Maybe also add to EVTS_DISCOVERY_ALL? Need to discuss.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to