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

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

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

@FunctionalInterface
public interface NoticeHook {
  void hook(Notice notice);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy