A. This describes a synchronization pattern with notifications (webhooks), which is a specific implementation built on top of a connector, not the connector pattern itself.
B. This describes a "no local cache" data access strategy, focusing on the runtime behavior of an integration rather than the structural pattern of the connector module.
C. This describes the "Sync Wrapper" pattern, where synchronization logic is isolated from the core service, which is a pattern related to data replication.
D. This describes the "Hybrid" or "Partial Cache" data synchronization pattern, where only a subset of data is stored locally.
E. This describes the "Core Service" or "Entity Core Service" (ECS) pattern, which is about encapsulating business entities and logic, not external system integration.
G. This describes an "Aggregation" or "Federation" pattern, which abstracts multiple data sources, a more complex pattern than a basic connector.
H. This describes the "Lazy Load" or "Read-Through Cache" data synchronization pattern, where data is cached on demand.
I. This describes the "Integration Wrapper" pattern, which involves two modules (a Connector and a Core Service Wrapper). The question asks specifically for the Connector pattern.
J. This describes the "Local Replica" or "Full Cache" data synchronization pattern, where external data is fully replicated in local entities.