added javadoc comment about the discard channel
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2008 the original author or authors.
|
||||
* Copyright 2002-2009 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -31,7 +31,8 @@ import org.springframework.util.Assert;
|
||||
* will be passed to this filter's output channel. Otherwise the message will
|
||||
* either be silently dropped (the default) or will trigger the throwing of a
|
||||
* {@link MessageRejectedException} depending on the value of its
|
||||
* {@link #throwExceptionOnRejection} property.
|
||||
* {@link #throwExceptionOnRejection} property. If a discard channel is
|
||||
* provided, the rejected Messages will be sent to that channel.
|
||||
*
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user