This commit is contained in:
Christopher L. Shannon 2020-01-30 15:54:13 -05:00 committed by GitHub
commit d1558f172b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public interface ActiveMQServerConsumerPlugin extends ActiveMQServerBasePlugin {
* @param supportLargeMessage * @param supportLargeMessage
* @throws ActiveMQException * @throws ActiveMQException
* *
* @deprecated use {@link #beforeCreateConsumer(long, QueueBinding, SimpleString, boolean, boolean) * @deprecated use {@link #beforeCreateConsumer(long, QueueBinding, SimpleString, boolean, boolean)}
*/ */
@Deprecated @Deprecated
default void beforeCreateConsumer(long consumerID, SimpleString queueName, SimpleString filterString, default void beforeCreateConsumer(long consumerID, SimpleString queueName, SimpleString filterString,