public class TransactionContextInterceptor extends AbstractCommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected TransactionContextFactory<TransactionListener,CommandContext> |
transactionContextFactory |
next| Constructor and Description |
|---|
TransactionContextInterceptor() |
TransactionContextInterceptor(TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command) |
TransactionContextFactory<TransactionListener,CommandContext> |
getTransactionContextFactory() |
void |
setTransactionContextFactory(TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory) |
getNext, setNextprotected TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory
public TransactionContextInterceptor()
public TransactionContextInterceptor(TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory)
public <T> T execute(CommandConfig config, Command<T> command)
public TransactionContextFactory<TransactionListener,CommandContext> getTransactionContextFactory()
public void setTransactionContextFactory(TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory)
Copyright © 2017 Flowable. All rights reserved.