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]) @HotSpotIntrinsicCandidate() @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
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @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
- @HotSpotIntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-  val queue: String
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- NamedQueueSourceSettings → AnyRef → Any
 
-   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()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-    def withAckRequired(ackRequired: Boolean): NamedQueueSourceSettingsAck/Nack is required as default. Ack/Nack is required as default. Setting this to false will configure AMQP's autoAckso that the server considers messages acknowledged once delivered.
-    def withArguments(arguments: Map[String, AnyRef]): NamedQueueSourceSettingsJava API 
-  def withArguments(arguments: Map[String, AnyRef]): NamedQueueSourceSettings
-  def withConsumerTag(consumerTag: String): NamedQueueSourceSettings
-  def withDeclaration(declaration: Declaration): NamedQueueSourceSettings
-    def withDeclarations(declarations: List[Declaration]): NamedQueueSourceSettingsJava API 
-  def withDeclarations(declarations: Seq[Declaration]): NamedQueueSourceSettings
-  def withExclusive(exclusive: Boolean): NamedQueueSourceSettings
-  def withNoLocal(noLocal: Boolean): NamedQueueSourceSettings