public class DeploymentFailListener extends Object implements TransactionListener
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected Set<String> |
deploymentIds |
| Constructor and Description |
|---|
DeploymentFailListener(Set<String> deploymentIds,
CommandExecutor commandExecutor) |
DeploymentFailListener(String deploymentId,
CommandExecutor commandExecutor) |
protected CommandExecutor commandExecutor
public DeploymentFailListener(String deploymentId, CommandExecutor commandExecutor)
public DeploymentFailListener(Set<String> deploymentIds, CommandExecutor commandExecutor)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerCopyright © 2013–2020 camunda services GmbH. All rights reserved.