Interface UpdateReturningOneReactiveInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The result type
All Superinterfaces:
DataInterceptor<T,R>
All Known Implementing Classes:
DefaultUpdateReturningOneReactiveInterceptor

public interface UpdateReturningOneReactiveInterceptor<T,R> extends DataInterceptor<T,R>
A DataInterceptor that updates one record and returns the updated result reactively.
Since:
5.0.0
Author:
radovanradic