@@ -313,7 +313,7 @@ public static CompletableFuture<IMessageReceiver> createMessageReceiverFromEntit
313313 * @param namespaceName namespace of entity
314314 * @param entityPath path of entity
315315 * @param clientSettings client settings
316- * @param receiveMode
316+ * @param receiveMode PeekLock or ReceiveAndDelete
317317 * @return a CompletableFuture representing the pending creation of message receiver
318318 */
319319 public static CompletableFuture <IMessageReceiver > createMessageReceiverFromEntityPathAsync (String namespaceName , String entityPath , ClientSettings clientSettings , ReceiveMode receiveMode ) {
@@ -323,9 +323,9 @@ public static CompletableFuture<IMessageReceiver> createMessageReceiverFromEntit
323323
324324 /**
325325 * Asynchronously creates a message receiver to the entity using the client settings in PeekLock mode
326- * @param namespaceEndpointURI
327- * @param entityPath
328- * @param clientSettings
326+ * @param namespaceEndpointURI endpoint uri of entity namespace
327+ * @param entityPath path of entity
328+ * @param clientSettings client settings
329329 * @return a CompletableFuture representing the pending creation of message receiver
330330 */
331331 public static CompletableFuture <IMessageReceiver > createMessageReceiverFromEntityPathAsync (URI namespaceEndpointURI , String entityPath , ClientSettings clientSettings ) {
@@ -334,10 +334,10 @@ public static CompletableFuture<IMessageReceiver> createMessageReceiverFromEntit
334334
335335 /**
336336 * Asynchronously creates a message receiver to the entity using the client settings
337- * @param namespaceEndpointURI
338- * @param entityPath
339- * @param clientSettings
340- * @param receiveMode
337+ * @param namespaceEndpointURI endpoint uri of entity namespace
338+ * @param entityPath path of entity
339+ * @param clientSettings client settings
340+ * @param receiveMode PeekLock or ReceiveAndDelete
341341 * @return a CompletableFuture representing the pending creation of message receiver
342342 */
343343 public static CompletableFuture <IMessageReceiver > createMessageReceiverFromEntityPathAsync (URI namespaceEndpointURI , String entityPath , ClientSettings clientSettings , ReceiveMode receiveMode ) {
0 commit comments