Package io.quarkus.narayana.jta.runtime
Class NarayanaJtaRecorder
java.lang.Object
io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNarayanaJtaRecorder(RuntimeValue<TransactionManagerConfiguration> transactions) -
Method Summary
Modifier and TypeMethodDescriptionvoidallowUnsafeMultipleLastResources(boolean agroalPresent, boolean disableMultipleLastResourcesWarning) Deprecated, for removal: This API element is subject to removal in a future version.voidstatic PropertiesvoidhandleShutdown(ShutdownContext context) voidlogUnsafeMultipleLastResourcesOnStartup(TransactionManagerBuildTimeConfig.UnsafeMultipleLastResourcesMode mode) Deprecated, for removal: This API element is subject to removal in a future version.voidvoidsetDefaultProperties(Properties properties) voidvoid(package private) StringshortenNodeName(String originalNodeName) voidstartRecoveryService(Map<String, String> configuredDataSourcesConfigKeys, Set<String> dataSourcesWithTransactionIntegration)
-
Field Details
-
HASH_ALGORITHM_FOR_SHORTENING
- See Also:
-
-
Constructor Details
-
NarayanaJtaRecorder
-
-
Method Details
-
setNodeName
public void setNodeName() -
shortenNodeName
- Throws:
NoSuchAlgorithmException
-
setDefaultProperties
-
setDefaultTimeout
public void setDefaultTimeout() -
getDefaultProperties
-
disableTransactionStatusManager
public void disableTransactionStatusManager() -
setConfig
public void setConfig() -
allowUnsafeMultipleLastResources
@Deprecated(forRemoval=true) public void allowUnsafeMultipleLastResources(boolean agroalPresent, boolean disableMultipleLastResourcesWarning) Deprecated, for removal: This API element is subject to removal in a future version.This should be removed in the future. -
logUnsafeMultipleLastResourcesOnStartup
@Deprecated(forRemoval=true) public void logUnsafeMultipleLastResourcesOnStartup(TransactionManagerBuildTimeConfig.UnsafeMultipleLastResourcesMode mode) Deprecated, for removal: This API element is subject to removal in a future version.This should be removed in the future. -
startRecoveryService
-
handleShutdown
-