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

io.scalecube.transport.netty.Receiver Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package io.scalecube.transport.netty;

import reactor.core.publisher.Mono;
import reactor.netty.DisposableServer;

public interface Receiver {

  Mono bind();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy