This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 062ff2b797 Correct Javadoc
062ff2b797 is described below
commit 062ff2b797e3889f9505c3de136dbff5b577332e
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]