Interface FindOneAsyncInterceptor<T>

Type Parameters:
T - The declaring type
All Superinterfaces:
DataInterceptor<T,CompletionStage<Object>>
All Known Implementing Classes:
DefaultFindOneAsyncInterceptor

public interface FindOneAsyncInterceptor<T> extends DataInterceptor<T,CompletionStage<Object>>
An interceptor that executes a query and returns a result asynchronously.
Since:
1.0
Author:
graemerocher