clebertsuconic commented on code in PR #4101:
URL: https://github.com/apache/activemq-artemis/pull/4101#discussion_r895790605


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/PagedMessage.java:
##########
@@ -55,4 +58,13 @@ public interface PagedMessage extends EncodingSupport {
     *  at the same amount of bytes it used. In some cases it may need to add 
headers in AMQP
     *  or extra data that may affect the outcome of getEncodeSize() */
    int getStoredSize();
+
+   long getPageNr();
+
+   PagedMessage setPageNr(long pageNr);
+
+   int getMessageNr();
+
+   PagedMessage setMessageNr(int messageNr);

Review Comment:
   Not really trying to save space... it was just how I named them.. 
   
   Regardless I'm changing it.



-- 
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]

Reply via email to