net.avcompris.commons3.notifier.ErrorNotifier Maven / Gradle / Ivy
package net.avcompris.commons3.notifier;
import javax.annotation.Nullable;
public interface ErrorNotifier {
void notifyError(@Nullable String correlationId, @Nullable String username, Throwable throwable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy