c
org.apache.pekko.stream.connectors.amqp
AmqpDetailsConnectionProvider
Companion object AmqpDetailsConnectionProvider
final class AmqpDetailsConnectionProvider extends AmqpConnectionProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AmqpDetailsConnectionProvider
- AmqpConnectionProvider
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val automaticRecoveryEnabled: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val connectionName: Option[String]
- val connectionTimeout: Option[Int]
- val credentials: Option[AmqpCredentials]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exceptionHandler: Option[ExceptionHandler]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get: Connection
- Definition Classes
- AmqpDetailsConnectionProvider → AmqpConnectionProvider
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val handshakeTimeout: Option[Int]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hostAndPortList: Seq[(String, Int)]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val networkRecoveryInterval: Option[Int]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def release(connection: Connection): Unit
- Definition Classes
- AmqpConnectionProvider
- val requestedHeartbeat: Option[Int]
- val shutdownTimeout: Option[Int]
- val sslConfiguration: Option[AmqpSSLConfiguration]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AmqpDetailsConnectionProvider → AnyRef → Any
- val topologyRecoveryEnabled: Boolean
- val virtualHost: Option[String]
- 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 withAutomaticRecoveryEnabled(automaticRecoveryEnabled: Boolean): AmqpDetailsConnectionProvider
- def withConnectionName(name: String): AmqpDetailsConnectionProvider
- def withConnectionTimeout(connectionTimeout: Int): AmqpDetailsConnectionProvider
- def withCredentials(amqpCredentials: AmqpCredentials): AmqpDetailsConnectionProvider
- def withExceptionHandler(exceptionHandler: ExceptionHandler): AmqpDetailsConnectionProvider
- def withHandshakeTimeout(handshakeTimeout: Int): AmqpDetailsConnectionProvider
- def withHostAndPort(host: String, port: Int): AmqpDetailsConnectionProvider
- def withHostsAndPorts(hostAndPorts: List[Pair[String, Int]]): AmqpDetailsConnectionProvider
- def withHostsAndPorts(hostAndPorts: Seq[(String, Int)]): AmqpDetailsConnectionProvider
- def withNetworkRecoveryInterval(networkRecoveryInterval: Int): AmqpDetailsConnectionProvider
- def withRequestedHeartbeat(requestedHeartbeat: Int): AmqpDetailsConnectionProvider
- def withSSLConfiguration(sslConfiguration: AmqpSSLConfiguration): AmqpDetailsConnectionProvider
- def withShutdownTimeout(shutdownTimeout: Int): AmqpDetailsConnectionProvider
- def withTopologyRecoveryEnabled(topologyRecoveryEnabled: Boolean): AmqpDetailsConnectionProvider
- def withVirtualHost(virtualHost: String): AmqpDetailsConnectionProvider