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.

@FunctionalInterface public static interface Infrastructure.OperatorLogger
An operator logger for Multi.log(String) and Uni.log(String).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String identifier, String event, Object value, Throwable failure)
    Actual logging behavior.
  • Method Details

    • log

      void log(String identifier, String event, Object value, Throwable failure)
      Actual logging behavior.
      Parameters:
      identifier - the event identifier
      event - the event as a string
      value - the value, if any or null
      failure - the failure, if any or null