Package de.qytera.qtaf.http.events
Class HTTPEvents
java.lang.Object
de.qytera.qtaf.http.events.HTTPEvents
Events dispatched by the HTTP plugin.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final rx.subjects.BehaviorSubject<jakarta.ws.rs.client.WebTarget>Subject that emits events when aWebTargetobject is built. -
Method Summary
-
Field Details
-
webResourceAvailable
public static final rx.subjects.BehaviorSubject<jakarta.ws.rs.client.WebTarget> webResourceAvailableSubject that emits events when aWebTargetobject is built.
-