This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 41bf884bc0 Correct Javadoc
41bf884bc0 is described below

commit 41bf884bc0feab6e25c8e3b2071e3118bce8c03b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 11 16:08:21 2022 +0100

    Correct Javadoc
---
 java/org/apache/catalina/tribes/Channel.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/tribes/Channel.java 
b/java/org/apache/catalina/tribes/Channel.java
index a5f6c9cb06..16b426c611 100644
--- a/java/org/apache/catalina/tribes/Channel.java
+++ b/java/org/apache/catalina/tribes/Channel.java
@@ -20,6 +20,7 @@ import java.io.Serializable;
 import java.util.StringJoiner;
 import java.util.concurrent.ScheduledExecutorService;
 
+import 
org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor;
 import org.apache.juli.logging.Log;
 import org.apache.juli.logging.LogFactory;
 
@@ -166,9 +167,8 @@ public interface Channel {
      * to trigger certain behavior. Most flags are used to trigger channel 
interceptors
      * as the message passes through the channel stack. <br>
      * However, there are five default flags that every channel implementation 
must implement<br>
-     * SEND_OPTIONS_ASYNCHRONOUS - Message is sent and an ACK is received when 
the message has been received and
-     * processed by the recipient<br>
-     * If no ack is received, the message is not considered successful<br>
+     * SEND_OPTIONS_ASYNCHRONOUS - Message will be placed on a queue and sent 
by a separate thread<br>
+     * If the queue is full, behaviour depends on {@link 
MessageDispatchInterceptor#isAlwaysSend()}
      * @see #send(Member[], Serializable , int)
      * @see #send(Member[], Serializable, int, ErrorHandler)
      */


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to