Interface InsertAllAsyncInterceptor<T>

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

public interface InsertAllAsyncInterceptor<T> extends DataInterceptor<T, CompletionStage<Object>>
Interface for the interceptor that handles inserting a list or iterable of objects asynchronously.
Since:
5.0.0