final class AmqpDetailsConnectionProvider extends AmqpConnectionProvider

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmqpDetailsConnectionProvider
  2. AmqpConnectionProvider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val automaticRecoveryEnabled: Boolean
  2. val connectionName: Option[String]
  3. val connectionTimeout: Option[Int]
  4. val credentials: Option[AmqpCredentials]
  5. val exceptionHandler: Option[ExceptionHandler]
  6. def get: Connection
  7. val handshakeTimeout: Option[Int]
  8. val hostAndPortList: Seq[(String, Int)]
  9. val networkRecoveryInterval: Option[Int]
  10. def release(connection: Connection): Unit
    Definition Classes
    AmqpConnectionProvider
  11. val requestedHeartbeat: Option[Int]
  12. val shutdownTimeout: Option[Int]
  13. val sslConfiguration: Option[AmqpSSLConfiguration]
  14. def toString(): String
    Definition Classes
    AmqpDetailsConnectionProvider → AnyRef → Any
  15. val topologyRecoveryEnabled: Boolean
  16. val virtualHost: Option[String]
  17. def withAutomaticRecoveryEnabled(automaticRecoveryEnabled: Boolean): AmqpDetailsConnectionProvider
  18. def withConnectionName(name: String): AmqpDetailsConnectionProvider
  19. def withConnectionTimeout(connectionTimeout: Int): AmqpDetailsConnectionProvider
  20. def withCredentials(amqpCredentials: AmqpCredentials): AmqpDetailsConnectionProvider
  21. def withExceptionHandler(exceptionHandler: ExceptionHandler): AmqpDetailsConnectionProvider
  22. def withHandshakeTimeout(handshakeTimeout: Int): AmqpDetailsConnectionProvider
  23. def withHostAndPort(host: String, port: Int): AmqpDetailsConnectionProvider
  24. def withHostsAndPorts(hostAndPorts: List[Pair[String, Int]]): AmqpDetailsConnectionProvider
  25. def withHostsAndPorts(hostAndPorts: Seq[(String, Int)]): AmqpDetailsConnectionProvider
  26. def withNetworkRecoveryInterval(networkRecoveryInterval: Int): AmqpDetailsConnectionProvider
  27. def withRequestedHeartbeat(requestedHeartbeat: Int): AmqpDetailsConnectionProvider
  28. def withSSLConfiguration(sslConfiguration: AmqpSSLConfiguration): AmqpDetailsConnectionProvider
  29. def withShutdownTimeout(shutdownTimeout: Int): AmqpDetailsConnectionProvider
  30. def withTopologyRecoveryEnabled(topologyRecoveryEnabled: Boolean): AmqpDetailsConnectionProvider
  31. def withVirtualHost(virtualHost: String): AmqpDetailsConnectionProvider