Interface FindStreamInterceptor<T>

Type Parameters:
T - The declaring type
All Superinterfaces:
DataInterceptor<T,Stream<T>>
All Known Implementing Classes:
DefaultFindStreamInterceptor

public interface FindStreamInterceptor<T> extends DataInterceptor<T,Stream<T>>
An interceptor that executes a Query and returns a Stream of results.
Since:
1.0
Author:
graemerocher