co.com.bancolombia.commons.jms.http.replier.api.LocationManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jms-http-replier Show documentation
Show all versions of commons-jms-http-replier Show documentation
A performant abstraction on top of JMS
The newest version!
package co.com.bancolombia.commons.jms.http.replier.api;
import reactor.core.publisher.Mono;
import java.time.Duration;
public interface LocationManager {
Mono set(String id, Duration timeout);
Mono get(String id);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy