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

dev.snowdrop.vertx.amqp.AmqpReceiver Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package dev.snowdrop.vertx.amqp;

import dev.snowdrop.vertx.streams.ReadStream;
import reactor.core.publisher.Mono;

public interface AmqpReceiver extends ReadStream {

    AmqpConnection connection();

    String address();

    Mono close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy