This closes #2571
This commit is contained in:
commit
ef7d9800be
|
@ -357,6 +357,7 @@ public interface Configuration {
|
||||||
* @param uri the URI of the acceptor
|
* @param uri the URI of the acceptor
|
||||||
* @return this
|
* @return this
|
||||||
* @throws Exception in case of Parsing errors on the URI
|
* @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;
|
Configuration addAcceptorConfiguration(String name, String uri) throws Exception;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue