Uses of Class
dev.adlin.vts4j.entity.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(@NotNull Request request) Sends a request to the server and returns a CompletableFuture to dispatch the response.VTSClientImpl.sendRequest(@NonNull Request request) 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.subscribe(@NotNull Class<? extends Event> eventClass, @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.VTSClientImpl.subscribe(@NotNull Class<? extends Event> eventClass, @Nullable com.google.gson.JsonObject eventConfig) VTSClient.unsubscribe(@NotNull Class<? extends Event> eventClass) VTSClient.unsubscribe(@NotNull Class<? extends Event> eventClass, @Nullable com.google.gson.JsonObject eventConfig) VTSClientImpl.unsubscribe(@NotNull Class<? extends Event> eventClass) VTSClientImpl.unsubscribe(@NotNull Class<? extends Event> eventClass, @Nullable com.google.gson.JsonObject eventConfig) -
Uses of Response in dev.adlin.vts4j.event
Methods in dev.adlin.vts4j.event that return types with arguments of type ResponseModifier and TypeMethodDescriptionSubscriptionProvider.sendSubscribeRequest(@NotNull Class<? extends Event> eventClass, @Nullable com.google.gson.JsonObject config, boolean subscribe) -
Uses of Response in dev.adlin.vts4j.request
Methods in dev.adlin.vts4j.request that return types with arguments of type ResponseMethods in dev.adlin.vts4j.request with parameters of type Response