ConsumerSettings

org.apache.pekko.stream.connectors.ironmq.IronMqSettings.ConsumerSettings
See theConsumerSettings companion object
final class ConsumerSettings

Attributes

Companion
object
Source
IronMqSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
IronMqSettings.scala

The maximum number of buffered messages.

The maximum number of buffered messages.

Attributes

Source
IronMqSettings.scala

The buffer size limit where a new batch of message will be consumed from the queue.

The buffer size limit where a new batch of message will be consumed from the queue.

Attributes

Source
IronMqSettings.scala

Scala API: The interval of time between each poll loop.

Scala API: The interval of time between each poll loop.

Attributes

Source
IronMqSettings.scala

Java API: The interval of time between each poll loop.

Java API: The interval of time between each poll loop.

Attributes

Source
IronMqSettings.scala

Scala API: The amount of time the consumer will wait for the messages to be available on the queue. The IronMQ time unit is the second so any other value is approximated to the second.

Scala API: The amount of time the consumer will wait for the messages to be available on the queue. The IronMQ time unit is the second so any other value is approximated to the second.

Attributes

Source
IronMqSettings.scala

Java API: The amount of time the consumer will wait for the messages to be available on the queue. The IronMQ time unit is the second so any other value is approximated to the second.

Java API: The amount of time the consumer will wait for the messages to be available on the queue. The IronMQ time unit is the second so any other value is approximated to the second.

Attributes

Source
IronMqSettings.scala

Scala API: The amount of time the consumer will reserve the message from. It should be higher that the time needed to process the message otherwise the same message will be processed multiple times. Again the IronMq time unit is the second.

Scala API: The amount of time the consumer will reserve the message from. It should be higher that the time needed to process the message otherwise the same message will be processed multiple times. Again the IronMq time unit is the second.

Attributes

Source
IronMqSettings.scala

Java API: The amount of time the consumer will reserve the message from. It should be higher that the time needed to process the message otherwise the same message will be processed multiple times. Again the IronMq time unit is the second.

Java API: The amount of time the consumer will reserve the message from. It should be higher that the time needed to process the message otherwise the same message will be processed multiple times. Again the IronMq time unit is the second.

Attributes

Source
IronMqSettings.scala

Concrete fields

Attributes

Source
IronMqSettings.scala

Attributes

Source
IronMqSettings.scala