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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void log​(java.lang.String identifier, java.lang.String event, java.lang.Object value, java.lang.Throwable failure)
      Actual logging behavior.
    • Method Detail

      • log

        void log​(java.lang.String identifier,
                 java.lang.String event,
                 java.lang.Object value,
                 java.lang.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