c
org.apache.pekko.stream.connectors.amqp
NamedQueueSourceSettings
Companion object NamedQueueSourceSettings
final class NamedQueueSourceSettings extends AmqpSourceSettings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NamedQueueSourceSettings
- AmqpSourceSettings
- AmqpConnectorSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ackRequired: Boolean
- val arguments: Map[String, AnyRef]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val connectionProvider: AmqpConnectionProvider
- Definition Classes
- NamedQueueSourceSettings → AmqpConnectorSettings
- val consumerTag: String
- val declarations: Seq[Declaration]
- Definition Classes
- NamedQueueSourceSettings → AmqpConnectorSettings
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exclusive: Boolean
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noLocal: Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val queue: String
- val reuseByteArray: Boolean
- Definition Classes
- NamedQueueSourceSettings → AmqpConnectorSettings
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- NamedQueueSourceSettings → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAckRequired(ackRequired: Boolean): NamedQueueSourceSettings
Ack/Nack is required as default.
Ack/Nack is required as default. Setting this to false will configure AMQP's
autoAck
so that the server considers messages acknowledged once delivered. - def withArguments(arguments: Map[String, AnyRef]): NamedQueueSourceSettings
Java API
- def withArguments(arguments: Map[String, AnyRef]): NamedQueueSourceSettings
- def withConsumerTag(consumerTag: String): NamedQueueSourceSettings
- def withDeclaration(declaration: Declaration): NamedQueueSourceSettings
- def withDeclarations(declarations: List[Declaration]): NamedQueueSourceSettings
Java API
- def withDeclarations(declarations: Seq[Declaration]): NamedQueueSourceSettings
- def withExclusive(exclusive: Boolean): NamedQueueSourceSettings
- def withNoLocal(noLocal: Boolean): NamedQueueSourceSettings
- def withReuseByteArray(reuseByteArray: Boolean): NamedQueueSourceSettings