Interface FindSliceAsyncInterceptor<T>

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

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