Class RepositoryAsyncEventListener<T,ID>

java.lang.Object
org.springframework.geode.cache.RepositoryAsyncEventListener<T,ID>
All Implemented Interfaces:
org.apache.geode.cache.asyncqueue.AsyncEventListener, org.apache.geode.cache.CacheCallback, org.apache.geode.cache.Declarable

public class RepositoryAsyncEventListener<T,ID> extends Object implements org.apache.geode.cache.asyncqueue.AsyncEventListener
An Apache Geode AsyncEventListener that uses a Spring Data CrudRepository to perform data access operations to a backend, external data source asynchronously, triggered by cache operations.
Since:
1.4.0
See Also:
  • Function
  • Operation
  • AsyncEvent
  • AsyncEventListener
  • CrudRepository