avabrake.0.1.5.source-code.NoticeFilter Maven / Gradle / Ivy
package io.airbrake.javabrake;
import javax.annotation.Nullable;
@FunctionalInterface
public interface NoticeFilter {
@Nullable
Notice filter(Notice notice);
}
package io.airbrake.javabrake;
import javax.annotation.Nullable;
@FunctionalInterface
public interface NoticeFilter {
@Nullable
Notice filter(Notice notice);
}