de.qytera.qtaf.http.events.HTTPEvents Maven / Gradle / Ivy
The newest version!
// Generated by delombok at Wed Oct 09 13:14:47 UTC 2024
package de.qytera.qtaf.http.events;
import jakarta.ws.rs.client.WebTarget;
import rx.subjects.BehaviorSubject;
/**
* Events dispatched by the HTTP plugin.
*/
public class HTTPEvents {
/**
* Subject that emits events when a {@link WebTarget} object is built.
*/
public static final BehaviorSubject webResourceAvailable = BehaviorSubject.create();
@java.lang.SuppressWarnings("all")
@lombok.Generated
private HTTPEvents() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy