Interface RollingFileMessageWriter.CurrentFileUpdater

  • Enclosing class:
    RollingFileMessageWriter
    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 RollingFileMessageWriter.CurrentFileUpdater
    Interface for calling back to the rolling file message writen when a file roll is supposed to happen.
    • Method Detail

      • updateCurrentFile

        void updateCurrentFile​(@Nonnull
                               java.lang.String newFileName)
                        throws java.io.IOException
        Throws:
        java.io.IOException