Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.event |
Modifier and Type | Field and Description |
---|---|
protected List<EventHandler> |
ProcessEngineConfigurationImpl.customEventHandlers |
protected Map<String,EventHandler> |
ProcessEngineConfigurationImpl.eventHandlers |
Modifier and Type | Method and Description |
---|---|
EventHandler |
ProcessEngineConfigurationImpl.getEventHandler(String eventType) |
Modifier and Type | Method and Description |
---|---|
List<EventHandler> |
ProcessEngineConfigurationImpl.getCustomEventHandlers() |
Map<String,EventHandler> |
ProcessEngineConfigurationImpl.getEventHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setCustomEventHandlers(List<EventHandler> customEventHandlers) |
void |
ProcessEngineConfigurationImpl.setEventHandlers(Map<String,EventHandler> eventHandlers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventHandler |
class |
CompensationEventHandler |
class |
MessageEventHandler |
class |
SignalEventHandler |
Copyright © 2015. All rights reserved.