QueueConfiguration 的 JavaDoc 在哪里?

Where is the JavaDoc for QueueConfiguration?

我探索了 ActiveMQ Artemis Documentation 并想使用方法 createQueue 来动态创建队列。但是,我找不到没有用 @Deprecated 标记的正确的。唯一没有弃用的是这个:

createQueue(QueueConfiguration queueConfiguration)

但是,如果我想知道 QueueConfiguration 需要什么,我会收到 404。

谁能告诉我在哪里可以找到它的 JavaDoc?

class org.apache.activemq.artemis.api.core.QueueConfigurationartemis-commons 模块中,而不是像大多数其他客户端 classes 一样在 artemis-core-client 模块中,并且它出现该模块的 JavaDoc 在发布过程中未发布。请参考source code itself.