Interface InsertOneAsyncInterceptor<T>

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

public interface InsertOneAsyncInterceptor<T> extends DataInterceptor<T, CompletionStage<Object>>
An interceptor that inserts an entity created from method parameters asynchronously.
Since:
5.0.0