Interface RepositoryAsyncEventListener.AsyncEventErrorHandler

All Superinterfaces:
Function<RepositoryAsyncEventListener.AsyncEventError,Boolean>
Enclosing class:
RepositoryAsyncEventListener<T,ID>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RepositoryAsyncEventListener.AsyncEventErrorHandler extends Function<RepositoryAsyncEventListener.AsyncEventError,Boolean>
The RepositoryAsyncEventListener.AsyncEventErrorHandler interface is a Function and FunctionalInterface used to handle errors while processing AsyncEvents.
See Also: