public class EventRegistryProcessingInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<EventConsumerInfo> |
eventConsumerInfos |
| Constructor and Description |
|---|
EventRegistryProcessingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventConsumerInfo(EventConsumerInfo eventInfo) |
boolean |
eventHandled() |
List<EventConsumerInfo> |
getEventConsumerInfos() |
void |
setEventConsumerInfos(List<EventConsumerInfo> eventConsumerInfos) |
protected List<EventConsumerInfo> eventConsumerInfos
public boolean eventHandled()
public void addEventConsumerInfo(EventConsumerInfo eventInfo)
public List<EventConsumerInfo> getEventConsumerInfos()
public void setEventConsumerInfos(List<EventConsumerInfo> eventConsumerInfos)
Copyright © 2022 Flowable. All rights reserved.