class RabbitMQOptions extends AnyRef
RabbitMQ client options, most
- Alphabetic
- By Inheritance
- RabbitMQOptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-  new RabbitMQOptions(_asJava: rabbitmq.RabbitMQOptions)
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
 
-  def asJava: rabbitmq.RabbitMQOptions
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-  def getConnectionRetries: Int
-  def getConnectionRetryDelay: Long
-  def getConnectionTimeout: Int
-  def getHandshakeTimeout: Int
-  def getHost: String
-  def getIncludeProperties: Boolean
-  def getNetworkRecoveryInterval: Long
-  def getPassword: String
-  def getPort: Int
-  def getRequestedChannelMax: Int
-  def getRequestedHeartbeat: Int
-  def getUri: String
-  def getUser: String
-  def getVirtualHost: String
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-  def isAutomaticRecoveryEnabled: Boolean
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setAutomaticRecoveryEnabled(value: Boolean): RabbitMQOptions
      
      
      Enables or disables automatic connection recovery. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setConnectionRetries(value: Int): RabbitMQOptions
      
      
      Set the number of connection retries to attempt when connecting, the nullvalue disables it.
- 
      
      
      
        
      
    
      
        
        def
      
      
        setConnectionRetryDelay(value: Long): RabbitMQOptions
      
      
      Set the delay in milliseconds between connection retries. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setConnectionTimeout(value: Int): RabbitMQOptions
      
      
      Set the TCP connection timeout, in milliseconds, zerofor infinite).
- 
      
      
      
        
      
    
      
        
        def
      
      
        setHandshakeTimeout(value: Int): RabbitMQOptions
      
      
      Set the AMQP 0-9-1 protocol handshake timeout, in milliseconds 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setHost(value: String): RabbitMQOptions
      
      
      Set the default host to use for connections. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setIncludeProperties(value: Boolean): RabbitMQOptions
      
      
      Set wether to include properties when a broker message is passed on the event bus 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setNetworkRecoveryInterval(value: Long): RabbitMQOptions
      
      
      Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is 5000
- 
      
      
      
        
      
    
      
        
        def
      
      
        setPassword(value: String): RabbitMQOptions
      
      
      Set the password to use when connecting to the broker. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setPort(value: Int): RabbitMQOptions
      
      
      Set the default port to use for connections. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setRequestedChannelMax(value: Int): RabbitMQOptions
      
      
      Set the initially requested maximum channel number, zerofor unlimited.
- 
      
      
      
        
      
    
      
        
        def
      
      
        setRequestedHeartbeat(value: Int): RabbitMQOptions
      
      
      Set the initially requested heartbeat interval, in seconds, zerofor none.
-  def setUri(value: String): RabbitMQOptions
- 
      
      
      
        
      
    
      
        
        def
      
      
        setUser(value: String): RabbitMQOptions
      
      
      Set the AMQP user name to use when connecting to the broker. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setVirtualHost(value: String): RabbitMQOptions
      
      
      Set the virtual host to use when connecting to the broker. 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )