public class GenericConnectionParameters extends Object
| Constructor and Description |
|---|
GenericConnectionParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<AmqpAddress> |
getFallbackAddresses() |
Integer |
getHandshakeTimeout() |
TimeUnit |
getHandshakeTimeoutTimeUnit() |
int |
getHeartbeatTimeout() |
String |
getHost() |
Integer |
getMaxInboundMessageBodySize() |
String |
getPassword() |
Integer |
getPort() |
String |
getUsername() |
String |
getVirtualHost() |
boolean |
isUseSasl() |
boolean |
isUseSni() |
boolean |
isUseTls() |
public String getHost()
public Integer getPort()
public String getVirtualHost()
public String getUsername()
public String getPassword()
public boolean isUseTls()
public boolean isUseSni()
public boolean isUseSasl()
public int getHeartbeatTimeout()
public List<AmqpAddress> getFallbackAddresses()
public TimeUnit getHandshakeTimeoutTimeUnit()
public Integer getHandshakeTimeout()
public Integer getMaxInboundMessageBodySize()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.