Interface Middleware


public interface Middleware
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable LogEntry
    Processes a log entry and returns the modified entry.
  • Method Details

    • process

      @Nullable @Nullable LogEntry process(LogEntry entry)
      Processes a log entry and returns the modified entry.
      Parameters:
      entry - The log entry to be processed.
      Returns:
      The processed log entry or null if the entry should be discarded.