Interface UpdateAsyncInterceptor<T>

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

public interface UpdateAsyncInterceptor<T> extends DataInterceptor<T,CompletionStage<Object>>
An interceptor that executes a batch update asynchronously.
Since:
1.0
Author:
graemerocher