org.apache.camel.component.salesforce.internal.client
Interface BulkApiClient.BatchInfoListResponseCallback

Enclosing interface:
BulkApiClient

public static interface BulkApiClient.BatchInfoListResponseCallback


Method Summary
 void onResponse(List<BatchInfo> batchInfoList, SalesforceException ex)
           
 

Method Detail

onResponse

void onResponse(List<BatchInfo> batchInfoList,
                SalesforceException ex)


Apache Camel