public final class ExtCallComponentParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTERNAL_CALL_KEY
Optional exchange property, which is appended to the generated operation key or used instead of the key,
depending on the URI.
|
static String |
EXTERNAL_CALL_OPERATION
Optional exchange property, which specifies which operation to use for external call checks.
|
static String |
EXTERNAL_CALL_SUCCESS
Optional exchange property, which can be set during external call execution.
|
public static final String EXTERNAL_CALL_OPERATION
public static final String EXTERNAL_CALL_KEY
public static final String EXTERNAL_CALL_SUCCESS
true, the external call is considered successfulfalse, the external call is considered failednull,
the external call is considered successful unless:
either an unhandled exception occurs (Exchange.isFailed() returns true),
or the exchange is stopped (Exchange.ROUTE_STOP property is set to true)Copyright © 2018 Pivotal Software, Inc.. All rights reserved.