NSAmelchev commented on code in PR #13078:
URL: https://github.com/apache/ignite/pull/13078#discussion_r3153651958
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java:
##########
@@ -73,11 +74,25 @@
* </li>
* </ol>
*/
-public interface DiscoveryCustomMessage extends DiscoverySpiCustomMessage {
- /**
- * @return Unique custom message ID.
- */
- IgniteUuid id();
+public abstract class DiscoveryCustomMessage implements
DiscoverySpiCustomMessage {
+ /** Unique custom message ID. */
+ @Order(0)
+ public IgniteUuid id;
+
+ /** Constructor. */
Review Comment:
```suggestion
/** Constructor for {@link MessageFactory}. */
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]