final class SqsAckGroupedSettings extends AnyRef

Source
SqsAckGroupedSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqsAckGroupedSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val concurrentRequests: Int
  2. val maxBatchSize: Int
  3. val maxBatchWait: FiniteDuration
  4. def toString(): String
    Definition Classes
    SqsAckGroupedSettings → AnyRef → Any
  5. def withConcurrentRequests(value: Int): SqsAckGroupedSettings
  6. def withMaxBatchSize(value: Int): SqsAckGroupedSettings
  7. def withMaxBatchWait(value: Duration): SqsAckGroupedSettings

    Java API

  8. def withMaxBatchWait(value: FiniteDuration): SqsAckGroupedSettings

    Scala API