Class KoraTransactionInterceptor

java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
ru.tinkoff.kora.camunda.engine.bpmn.transaction.KoraTransactionInterceptor
All Implemented Interfaces:
org.camunda.bpm.engine.impl.interceptor.CommandExecutor

public final class KoraTransactionInterceptor extends org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
  • Field Summary

    Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor

    next
  • Constructor Summary

    Constructors
    Constructor
    Description
    KoraTransactionInterceptor(CamundaTransactionManager transactionManager, boolean requiresNew)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    execute(org.camunda.bpm.engine.impl.interceptor.Command<T> command)
     

    Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor

    getNext, setNext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KoraTransactionInterceptor

      public KoraTransactionInterceptor(CamundaTransactionManager transactionManager, boolean requiresNew)
  • Method Details

    • execute

      public <T> T execute(org.camunda.bpm.engine.impl.interceptor.Command<T> command)