Interface WarningTracker

  • 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 interface WarningTracker
    The WarningTracker interface allows to track warning information. It's SPI interface. To add new implementation you should add your implementation in the file /META-INF/services/io.inugami.api.exceptions.WarningTracker