akka.stream.alpakka.azure.storagequeue
Specifies how many message are fetched in one batch. (This is the numberOfMessages parameter in com.microsoft.azure.storage.queue.CloudQueue$.retrieveMessages.)
If None the AzureQueueSource will be completed if the queue is empty. If Some(timeout) AzureQueueSource will retry after timeout to get new messages. Do not set timeout to low.
Specifies how many message are fetched in one batch.
Specifies how many message are fetched in one batch. (This is the numberOfMessages parameter in com.microsoft.azure.storage.queue.CloudQueue$.retrieveMessages.)
If None the AzureQueueSource will be completed if the queue is empty.
If None the AzureQueueSource will be completed if the queue is empty. If Some(timeout) AzureQueueSource will retry after timeout to get new messages. Do not set timeout to low.
Settings for AzureQueueSource
Specifies how many message are fetched in one batch. (This is the numberOfMessages parameter in com.microsoft.azure.storage.queue.CloudQueue$.retrieveMessages.)
If None the AzureQueueSource will be completed if the queue is empty. If Some(timeout) AzureQueueSource will retry after timeout to get new messages. Do not set timeout to low.