Class RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction<T,ID>

java.lang.Object
org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction<T,ID>
Type Parameters:
T - type of the entity tied to the event.
ID - type of the identifier of the entity.
All Implemented Interfaces:
Function<org.apache.geode.cache.asyncqueue.AsyncEvent<ID,T>,Boolean>, RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction<T,ID>
Direct Known Subclasses:
RepositoryAsyncEventListener.CreateUpdateAsyncEventRepositoryFunction, RepositoryAsyncEventListener.RemoveAsyncEventRepositoryFunction
Enclosing class:
RepositoryAsyncEventListener<T,ID>

public abstract static class RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction<T,ID> extends Object implements RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction<T,ID>
RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction is an abstract base class implementing the RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction interface to provided a default template implementation of the Function.apply(Object) method.
See Also: