Class DefaultCountAsyncInterceptor<T>

Type Parameters:
T - The declaring type
All Implemented Interfaces:
CountAsyncInterceptor<T>, DataInterceptor<T,CompletionStage<Long>>

public class DefaultCountAsyncInterceptor<T> extends AbstractAsyncInterceptor<T,Long> implements CountAsyncInterceptor<T>
Default implementation of CountAsyncInterceptor.
Since:
1.0.0
Author:
graemerocher