| Package | Description | 
|---|---|
| org.kie.api.builder.model | |
| org.kie.api.conf | 
| Modifier and Type | Method and Description | 
|---|---|
EventProcessingOption | 
KieBaseModel.getEventProcessingMode()
Returns the EventProcessingMode of this KieBaseModel 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KieBaseModel | 
KieBaseModel.setEventProcessingMode(EventProcessingOption eventProcessingMode)
Sets the EventProcessingOption for this KieBaseModel
 Default is EventProcessingOption.CLOUD 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EventProcessingOption | 
EventProcessingOption.determineEventProcessingMode(String mode)  | 
static EventProcessingOption | 
EventProcessingOption.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EventProcessingOption[] | 
EventProcessingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.