All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avabrake.0.1.5.source-code.NoticeFilter Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package io.airbrake.javabrake;

import javax.annotation.Nullable;

@FunctionalInterface
public interface NoticeFilter {
  @Nullable
  Notice filter(Notice notice);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy