T
- the type of the auditing instance.public interface ReactiveAuditorAware<T>
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<T> |
getCurrentAuditor()
Returns a
Mono publishing the current auditor of the application. |
reactor.core.publisher.Mono<T> getCurrentAuditor()
Mono
publishing the current auditor of the application.Mono
emitting the current auditor, or an empty one, if the auditor is considered to be unknown.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.