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

pl.allegro.tech.hermes.client.ReactiveHermesSender Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.hermes.client;

import java.net.URI;
import reactor.core.publisher.Mono;

@FunctionalInterface
public interface ReactiveHermesSender {

  Mono sendReactively(URI uri, HermesMessage message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy