NO-JIRA Added Javadoc reference to the documentation

This commit is contained in:
Erik Östlund 2019-02-28 21:32:05 +01:00 committed by Clebert Suconic
parent 751323e3fe
commit a760b8bb30
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ public interface Configuration {
* @param uri the URI of the acceptor
* @return this
* @throws Exception in case of Parsing errors on the URI
* @see <a href="https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/configuring-transports.md">Configuring the Transport</a>
*/
Configuration addAcceptorConfiguration(String name, String uri) throws Exception;