chesnokoff commented on code in PR #12917:
URL: https://github.com/apache/ignite/pull/12917#discussion_r2972923225
##########
modules/core/src/main/java/org/apache/ignite/plugin/extensions/communication/MessageReader.java:
##########
@@ -297,16 +297,16 @@ public default <T extends Message> T readMessage() {
public void decrementState();
/**
- * Callback called before inner message is read.
+ * Callback called before nested value is read.
*/
- public void beforeInnerMessageRead();
+ public void beforeNestedRead();
Review Comment:
As I understood, before/afterInnerMessageRead/Write methods are part of
public `plugin` api. Probably we should roolback this renaming and just add new
method such as beforeNestedCollection that will do the same
--
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]