SimpleBootstrapContext(@Nullable workManager: WorkManager)
Create a new SimpleBootstrapContext for the given WorkManager, with no XATerminator available.
workManager - the JCA WorkManager to use (may be null)
SimpleBootstrapContext(@Nullable workManager: WorkManager, @Nullable xaTerminator: XATerminator)
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
workManager - the JCA WorkManager to use (may be null)
xaTerminator - the JCA XATerminator to use (may be null)
SimpleBootstrapContext(@Nullable workManager: WorkManager, @Nullable xaTerminator: XATerminator, @Nullable transactionSynchronizationRegistry: TransactionSynchronizationRegistry)
Create a new SimpleBootstrapContext for the given WorkManager, XATerminator and TransactionSynchronizationRegistry.
workManager - the JCA WorkManager to use (may be null)
xaTerminator - the JCA XATerminator to use (may be null)
transactionSynchronizationRegistry - the TransactionSynchronizationRegistry to use (may be null)
Since
5.0