| Package | Description |
|---|---|
| org.flowable.camel | |
| org.flowable.camel.cdi | |
| org.flowable.camel.cdi.impl | |
| org.flowable.camel.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringCamelBehavior
Camel behavior that looks up the camel context when using SpringProcessEngineConfiguration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdiCamelBehavior
Camel behavior implementation that looks up the camel context in a CDI environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdiCamelBehaviorBodyAsMapImpl
CDI equivalent of
CamelBehaviorBodyAsMapImpl |
class |
CdiCamelBehaviorCamelBodyImpl
CDI equivalent of
CdiCamelBehaviorCamelBodyImpl |
class |
CdiCamelBehaviorDefaultImpl
Cdi equivalent of
CamelBehaviorDefaultImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CamelBehaviorBodyAsMapImpl
This implementation of the CamelBehavior abstract class works by copying variables into Camel using a Map
|
class |
CamelBehaviorCamelBodyImpl
This implementation of the CamelBehavior abstract class works by copying a single variable value into the Camel Exchange body.
|
class |
CamelBehaviorDefaultImpl
This implementation of the CamelBehavior abstract class works just like CamelBehaviour does; it copies variables into Camel as properties.
|
Copyright © 2023 Flowable. All rights reserved.