Interface SaveOneAsyncInterceptor<T>

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

public interface SaveOneAsyncInterceptor<T> extends DataInterceptor<T,CompletionStage<Object>>
An interceptor that saves a single entity asynchronously.
Since:
1.0
Author:
graemerocher