Class DefaultSaveAllAsyncInterceptor<T>

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

public class DefaultSaveAllAsyncInterceptor<T> extends AbstractCountConvertCompletionStageInterceptor implements SaveAllAsyncInterceptor<Object>
Default implementation of SaveAllAsyncInterceptor.
Since:
1.0.0
Author:
graemerocher