Packages

class RabbitMQOptions extends AnyRef

RabbitMQ client options, most

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RabbitMQOptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RabbitMQOptions(_asJava: rabbitmq.RabbitMQOptions)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asJava: rabbitmq.RabbitMQOptions
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getConnectionRetries: Int
  12. def getConnectionRetryDelay: Long
  13. def getConnectionTimeout: Int
  14. def getHandshakeTimeout: Int
  15. def getHost: String
  16. def getIncludeProperties: Boolean
  17. def getNetworkRecoveryInterval: Long
  18. def getPassword: String
  19. def getPort: Int
  20. def getRequestedChannelMax: Int
  21. def getRequestedHeartbeat: Int
  22. def getUri: String
  23. def getUser: String
  24. def getVirtualHost: String
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def isAutomaticRecoveryEnabled: Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def setAutomaticRecoveryEnabled(value: Boolean): RabbitMQOptions

    Enables or disables automatic connection recovery.

  32. def setConnectionRetries(value: Int): RabbitMQOptions

    Set the number of connection retries to attempt when connecting, the null value disables it.

  33. def setConnectionRetryDelay(value: Long): RabbitMQOptions

    Set the delay in milliseconds between connection retries.

  34. def setConnectionTimeout(value: Int): RabbitMQOptions

    Set the TCP connection timeout, in milliseconds, zero for infinite).

  35. def setHandshakeTimeout(value: Int): RabbitMQOptions

    Set the AMQP 0-9-1 protocol handshake timeout, in milliseconds

  36. def setHost(value: String): RabbitMQOptions

    Set the default host to use for connections.

  37. def setIncludeProperties(value: Boolean): RabbitMQOptions

    Set wether to include properties when a broker message is passed on the event bus

  38. def setNetworkRecoveryInterval(value: Long): RabbitMQOptions

    Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is 5000

  39. def setPassword(value: String): RabbitMQOptions

    Set the password to use when connecting to the broker.

  40. def setPort(value: Int): RabbitMQOptions

    Set the default port to use for connections.

  41. def setRequestedChannelMax(value: Int): RabbitMQOptions

    Set the initially requested maximum channel number, zero for unlimited.

  42. def setRequestedHeartbeat(value: Int): RabbitMQOptions

    Set the initially requested heartbeat interval, in seconds, zero for none.

  43. def setUri(value: String): RabbitMQOptions
  44. def setUser(value: String): RabbitMQOptions

    Set the AMQP user name to use when connecting to the broker.

  45. def setVirtualHost(value: String): RabbitMQOptions

    Set the virtual host to use when connecting to the broker.

  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped