io.rsocket.lease.TrackingLeaseSender 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 io.rsocket.plugins.RequestInterceptor;
public interface TrackingLeaseSender extends LeaseSender, RequestInterceptor {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy