Package org.springframework.data.domain
Interface ReactiveAuditorAware<T>
- Type Parameters:
T
- the type of the auditing instance.
public interface ReactiveAuditorAware<T>
Interface for components that are aware of the application's current auditor. This will be some kind of user mostly.
- Since:
- 2.4
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionReturns aMono
publishing the current auditor of the application.