hungphan227 commented on code in PR #2401:
URL: https://github.com/apache/james-project/pull/2401#discussion_r1751223861


##########
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/IMAPServer.java:
##########
@@ -312,4 +312,8 @@ protected ChannelHandlerFactory createFrameHandlerFactory() 
{
     public Set<ConnectionCheck> getConnectionChecks() {
         return this.connectionChecks;
     }
+
+    public ReactiveThrottler getReactiveThrottler() {

Review Comment:
   It will be quite complicated for testing if throttler is not exposed. We are 
still allowed to use Reflection, right?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to