| Package | Description | 
|---|---|
| org.axonframework.boot | 
| Modifier and Type | Method and Description | 
|---|---|
AMQPProperties.TransactionMode | 
AMQPProperties.getTransactionMode()
Indicates whether and how batches of events should be handled transactionally. 
 | 
static AMQPProperties.TransactionMode | 
AMQPProperties.TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AMQPProperties.TransactionMode[] | 
AMQPProperties.TransactionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AMQPProperties.setTransactionMode(AMQPProperties.TransactionMode transactionMode)
Sets whether and how batches of events should be sent to the server transactionally. 
 | 
Copyright © 2010–2018. All rights reserved.