Class LoggingCommandInvoker

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.CommandInterceptor

    public class LoggingCommandInvoker
    extends org.flowable.engine.impl.interceptor.CommandInvoker
    Author:
    jbarrez
    • Constructor Detail

      • LoggingCommandInvoker

        public LoggingCommandInvoker​(org.flowable.common.engine.impl.agenda.AgendaOperationRunner agendaOperationRunner,
                                     ProcessExecutionLogger processExecutionLogger)
    • Method Detail

      • executeOperation

        public void executeOperation​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
                                     Runnable runnable)
        Overrides:
        executeOperation in class org.flowable.engine.impl.interceptor.CommandInvoker