public class ExchangeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CAMELBODY |
protected static String |
IGNORE_MESSAGE_PROPERTY |
| Constructor and Description |
|---|
ExchangeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
prepareInitiator(org.apache.camel.Exchange exchange,
FlowableEndpoint endpoint)
Gets the value of the Camel header that contains the userId to be set as the process initiator.
|
static Map<String,Object> |
prepareVariables(org.apache.camel.Exchange exchange,
FlowableEndpoint endpoint) |
public static final String CAMELBODY
protected static final String IGNORE_MESSAGE_PROPERTY
public static Map<String,Object> prepareVariables(org.apache.camel.Exchange exchange, FlowableEndpoint endpoint)
public static String prepareInitiator(org.apache.camel.Exchange exchange, FlowableEndpoint endpoint)
exchange - The Camel Exchange objectendpoint - The endPoint implementationCopyright © 2023 Flowable. All rights reserved.