org.camunda.bpm.engine.impl.cfg
Interface TransactionListener
- All Known Implementing Classes:
- DeleteDeploymentFailListener, DeploymentFailListener, ExclusiveJobAddedNotification, MessageAddedNotification, RepeatingFailedJobListener
public interface TransactionListener
Implementations may not assume that this is executed by the same thread as the command itself.
Especially thread locals such as those available in Context should not be accessed
in an implementation of this interface. See CAM-3684 for details.
- Author:
- Tom Baeyens
execute
void execute(CommandContext commandContext)
Copyright © 2016 camunda services GmbH. All rights reserved.