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

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

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

import java.util.concurrent.CompletableFuture;

public interface AsyncSender {
  void setHost(String host);

  CompletableFuture send(Notice notice);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy