public class MDBConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deliveryActive |
protected DLQConfig |
dlqConfig |
protected java.lang.String |
reconnectIntervalSec |
Constructor and Description |
---|
MDBConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeliveryActive()
Gets the value of the deliveryActive property.
|
DLQConfig |
getDLQConfig()
Gets the value of the dlqConfig property.
|
java.lang.String |
getReconnectIntervalSec()
Gets the value of the reconnectIntervalSec property.
|
void |
setDeliveryActive(java.lang.String value)
Sets the value of the deliveryActive property.
|
void |
setDLQConfig(DLQConfig value)
Sets the value of the dlqConfig property.
|
void |
setReconnectIntervalSec(java.lang.String value)
Sets the value of the reconnectIntervalSec property.
|
protected java.lang.String reconnectIntervalSec
protected java.lang.String deliveryActive
protected DLQConfig dlqConfig
public java.lang.String getReconnectIntervalSec()
String
public void setReconnectIntervalSec(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDeliveryActive()
String
public void setDeliveryActive(java.lang.String value)
value
- allowed object is
String
public DLQConfig getDLQConfig()
DLQConfig