public class MongoDBSpringDataTxWrapper
extends java.lang.Object
implements io.flamingock.internal.core.transaction.TransactionWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
MongoDBSpringDataTxWrapper.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MongoDBSpringDataTxWrapper.Builder |
builder() |
<T> T |
wrapInTransaction(io.flamingock.internal.core.runtime.ExecutionRuntime executionRuntime,
java.util.function.Function<io.flamingock.internal.core.runtime.ExecutionRuntime,T> operation) |
public <T> T wrapInTransaction(io.flamingock.internal.core.runtime.ExecutionRuntime executionRuntime,
java.util.function.Function<io.flamingock.internal.core.runtime.ExecutionRuntime,T> operation)
wrapInTransaction in interface io.flamingock.internal.core.transaction.TransactionWrapperpublic static MongoDBSpringDataTxWrapper.Builder builder()