Class AbstractCouchbaseEventListener<E>

java.lang.Object
org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener<E>
All Implemented Interfaces:
EventListener, ApplicationListener<CouchbaseMappingEvent<?>>
Direct Known Subclasses:
LoggingEventListener, ValidatingCouchbaseEventListener

public class AbstractCouchbaseEventListener<E> extends Object implements ApplicationListener<CouchbaseMappingEvent<?>>
Base class to implement domain class specific ApplicationListeners.
Author:
Jon Brisbin, Oliver Gierke, Martin Baumgartner, Michael Nitschinger