Class DefaultUpdateEntityAsyncInterceptor<T>

Type Parameters:
T - The declaring type
All Implemented Interfaces:
io.micronaut.data.intercept.async.UpdateEntityAsyncInterceptor<Object>, io.micronaut.data.intercept.DataInterceptor<Object,CompletionStage<Object>>

public class DefaultUpdateEntityAsyncInterceptor<T> extends AbstractCountConvertCompletionStageInterceptor implements io.micronaut.data.intercept.async.UpdateEntityAsyncInterceptor<Object>
Default implementation of UpdateEntityAsyncInterceptor.
Since:
1.0.0