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
- val automaticRecoveryEnabled: Boolean
- val connectionName: Option[String]
- val connectionTimeout: Option[Int]
- val credentials: Option[AmqpCredentials]
- val exceptionHandler: Option[ExceptionHandler]
- def get: Connection
- Definition Classes
- AmqpDetailsConnectionProvider → AmqpConnectionProvider
- val handshakeTimeout: Option[Int]
- val hostAndPortList: Seq[(String, Int)]
- val networkRecoveryInterval: Option[Int]
- def release(connection: Connection): Unit
- Definition Classes
- AmqpConnectionProvider
- val requestedHeartbeat: Option[Int]
- val shutdownTimeout: Option[Int]
- val sslConfiguration: Option[AmqpSSLConfiguration]
- def toString(): String
- Definition Classes
- AmqpDetailsConnectionProvider → AnyRef → Any
- val topologyRecoveryEnabled: Boolean
- val virtualHost: Option[String]
- 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