Module io.smallrye.mutiny
Interface Infrastructure.OperatorLogger
- Enclosing class:
Infrastructure
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An operator logger for
Multi.log(String) and Uni.log(String).-
Method Summary
-
Method Details
-
log
Actual logging behavior.- Parameters:
identifier- the event identifierevent- the event as a stringvalue- the value, if any ornullfailure- the failure, if any ornull
-