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

com.rollbar.reactivestreams.notifier.config.Config Maven / Gradle / Ivy

package com.rollbar.reactivestreams.notifier.config;

import com.rollbar.reactivestreams.notifier.sender.Sender;

public interface Config extends com.rollbar.notifier.config.CommonConfig {
  Sender asyncSender();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy