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