io.rsocket.lease.LeaseSender Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rsocket-core Show documentation
Show all versions of rsocket-core Show documentation
Core functionality for the RSocket library
The newest version!
package io.rsocket.lease;
import reactor.core.publisher.Flux;
public interface LeaseSender {
Flux send();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy