Uses of Class
dev.adlin.vts4j.core.Response
Packages that use Response
-
Uses of Response in dev.adlin.vts4j
Methods in dev.adlin.vts4j that return types with arguments of type ResponseModifier and TypeMethodDescriptionVTSClient.sendRequest(Request request) Sends a request to the server and returns a CompletableFuture to handle the response.VTSClient.subscribeToEvent(String eventName) Sends a request with an eventName and config, and returns a CompletableFuture that can be used to get the server's response and determine the status of the operation.VTSClient.subscribeToEvent(String eventName, @Nullable com.google.gson.JsonObject eventConfig) Sends a request with an event type and returns a CompletableFuture that can be used to get the server's response and determine the status of the operation.