Modifier and Type |
Method and Description |
static DestinationConfiguration |
createParallelDestinationConfiguration(String destinationName) |
static DestinationConfiguration |
createSerialDestinationConfiguration(String destinationName) |
static DestinationConfiguration |
createSynchronousDestinationConfiguration(String destinationName) |
boolean |
equals(Object object) |
String |
getDestinationName() |
String |
getDestinationType() |
int |
getMaximumQueueSize() |
RejectedExecutionHandler |
getRejectedExecutionHandler()
|
int |
getWorkersCoreSize() |
int |
getWorkersMaxSize() |
int |
hashCode() |
void |
setDestinationType(String destinationType) |
void |
setMaximumQueueSize(int maximumQueueSize) |
void |
setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
|
void |
setWorkersCoreSize(int workersCoreSize) |
void |
setWorkersMaxSize(int workersMaxSize) |
String |
toString() |