public class CompensationEventCoverageHandler
extends org.camunda.bpm.engine.impl.event.CompensationEventHandler
| Constructor and Description |
|---|
CompensationEventCoverageHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity eventSubscription,
Object payload,
org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
Implementation for older Camunda versions prior to 7.10.0
|
void |
handleEvent(org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity eventSubscription,
Object payload,
Object localPayload,
String businessKey,
org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext) |
void |
setCoverageTestRunState(CoverageTestRunState coverageTestRunState) |
public void handleEvent(org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity eventSubscription,
Object payload,
Object localPayload,
String businessKey,
org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
handleEvent in interface org.camunda.bpm.engine.impl.event.EventHandlerhandleEvent in class org.camunda.bpm.engine.impl.event.CompensationEventHandlerpublic void setCoverageTestRunState(CoverageTestRunState coverageTestRunState)
public void handleEvent(org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity eventSubscription,
Object payload,
org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
Copyright © 2020 Camunda Services GmbH. All rights reserved.