@NonNullApi @NonNullFields
See: Description
| Interface | Description | 
|---|---|
| CciOperations | Interface that specifies a basic set of CCI operations on an EIS. | 
| ConnectionCallback<T> | Generic callback interface for code that operates on a CCI Connection. | 
| InteractionCallback<T> | Generic callback interface for code that operates on a CCI Interaction. | 
| RecordCreator | Callback interface for creating a CCI Record instance,
 usually based on the passed-in CCI RecordFactory. | 
| RecordExtractor<T> | Callback interface for extracting a result object from a CCI Record instance. | 
| Class | Description | 
|---|---|
| CciTemplate | This is the central class in the CCI core package.
 It simplifies the use of CCI and helps to avoid common errors. |