public static class GatewayProxy.GatewayQueue extends Object
Constructor and Description |
---|
GatewayProxy.GatewayQueue() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAlertThreshold() |
Integer |
getBatchSize() |
Integer |
getBatchTimeInterval() |
String |
getDiskStoreRef() |
Boolean |
getEnableBatchConflation() |
Integer |
getMaximumQueueMemory() |
Boolean |
getPersistent() |
void |
setAlertThreshold(Integer alertThreshold) |
void |
setBatchSize(Integer batchSize) |
void |
setBatchTimeInterval(Integer batchTimeInterval) |
void |
setDiskStoreRef(String diskStoreRef) |
void |
setEnableBatchConflation(Boolean enableBatchConflation) |
void |
setMaximumQueueMemory(Integer maximumQueueMemory) |
void |
setPersistent(Boolean persistent) |
public void setAlertThreshold(Integer alertThreshold)
public Integer getAlertThreshold()
public void setBatchSize(Integer batchSize)
public Integer getBatchSize()
public void setBatchTimeInterval(Integer batchTimeInterval)
public Integer getBatchTimeInterval()
public void setDiskStoreRef(String diskStoreRef)
public String getDiskStoreRef()
public void setEnableBatchConflation(Boolean enableBatchConflation)
public Boolean getEnableBatchConflation()
public void setMaximumQueueMemory(Integer maximumQueueMemory)
public Integer getMaximumQueueMemory()
public void setPersistent(Boolean persistent)
public Boolean getPersistent()