Package

akka.stream.alpakka.azure

storagequeue

Permalink

package storagequeue

Visibility
  1. Public
  2. All

Type Members

  1. final case class AzureQueueSourceSettings(initialVisibilityTimeout: Int, batchSize: Int, retrieveRetryTimeout: Option[FiniteDuration]) extends Product with Serializable

    Permalink

    Settings for AzureQueueSource

    Settings for AzureQueueSource

    batchSize

    Specifies how many message are fetched in one batch. (This is the numberOfMessages parameter in com.microsoft.azure.storage.queue.CloudQueue$.retrieveMessages.)

    retrieveRetryTimeout

    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.

  2. sealed trait DeleteOrUpdateMessage extends AnyRef

    Permalink
  3. case class UpdateVisibility(timeout: Int) extends DeleteOrUpdateMessage with Product with Serializable

    Permalink

Value Members

  1. object AzureQueueSourceSettings extends Serializable

    Permalink
  2. object Delete extends DeleteOrUpdateMessage with Product with Serializable

    Permalink
  3. package javadsl

    Permalink
  4. package scaladsl

    Permalink

Ungrouped