@FunctionalInterface public static interface CompositeApiClient.ResponseCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onResponse(Optional<T> body,
Map<String,String> headers,
SalesforceException exception) |
Apache Camel