public static interface TransactionCoordinatorBuilder.TransactionCoordinatorOptions
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 © 2016 JBoss by Red Hat. All rights reserved.