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

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

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

public interface SyncSender {
  void setHost(String host);

  Notice send(Notice notice);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy