Uses of Interface
dev.adlin.vts4j.event.Event
Packages that use Event
-
Uses of Event in dev.adlin.vts4j
Method parameters in dev.adlin.vts4j with type arguments of type EventModifier and TypeMethodDescriptionSends 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, @NotNull 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, @NotNull com.google.gson.JsonObject eventConfig) VTSClient.unsubscribe(@NotNull Class<? extends Event> eventClass) VTSClient.unsubscribe(@NotNull Class<? extends Event> eventClass, @NotNull 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 Event in dev.adlin.vts4j.event
Methods in dev.adlin.vts4j.event that return types with arguments of type EventModifier and TypeMethodDescriptionEventRegistry.getEventClass(@NotNull RequestType requestType) EventRegistry.getEventClass(@NotNull String eventName) Methods in dev.adlin.vts4j.event with parameters of type EventMethod parameters in dev.adlin.vts4j.event with type arguments of type EventModifier and TypeMethodDescriptionstatic booleanstatic @Nullable String@NotNull CompletableFuture<Response> EventSubscriptionProvider.sendSubscribeRequest(@NotNull Class<? extends Event> eventClass, @NotNull Optional<com.google.gson.JsonObject> config, boolean subscribe) -
Uses of Event in dev.adlin.vts4j.event.impl
Classes in dev.adlin.vts4j.event.impl that implement EventModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal record