Interface LumberjackMessageProcessor.Callback

Enclosing interface:
LumberjackMessageProcessor
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 LumberjackMessageProcessor.Callback
This functional interface defines the callback to call when the processing of a Lumberjack message is complete
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onComplete(boolean success)
    Called when the processing is complete.
  • Method Details

    • onComplete

      void onComplete(boolean success)
      Called when the processing is complete.
      Parameters:
      success - true is the processing is a success, false otherwise