public static interface TransactionCoordinatorBuilder.Options
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldAutoJoinTransaction()
Indicates whether an active transaction should be automatically joined.
|
boolean shouldAutoJoinTransaction()
true indicates the active transaction should be auto joined; false
indicates it should not (until TransactionCoordinator.explicitJoin() is called).Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.