@ConfigRoot(phase=RUN_TIME) public final class TransactionManagerConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<Duration> |
defaultTransactionTimeout
The default transaction timeout
|
String |
nodeName
The node name used by the transaction manager
|
String |
objectStoreDirectory
The directory name of location of the transaction logs.
|
| Constructor and Description |
|---|
TransactionManagerConfiguration() |
@ConfigItem(defaultValue="quarkus") public String nodeName
@ConfigItem(defaultValue="60") public Optional<Duration> defaultTransactionTimeout
@ConfigItem(defaultValue="ObjectStore") public String objectStoreDirectory
Copyright © 2021 JBoss by Red Hat. All rights reserved.