Uses of Interface
com.iland.core.web.sdk.util.SocketSubscription
Packages that use SocketSubscription
Package
Description
REsT SDK client OAuth connection implementation.
-
Uses of SocketSubscription in com.iland.core.web.sdk.connection
Methods in com.iland.core.web.sdk.connection that return SocketSubscriptionModifier and TypeMethodDescriptionWebSocketClient.consumeEvents(Consumer<EventResponse> consumer) Assign a event consumer to a web socket and get back a socket subscription.WebSocketClient.consumeEvents(Consumer<EventResponse> consumer, EventFilter eventFilter) Assign a event consumer to a web socket with custom filtering for events and get back a socket subscription.WebSocketClient.consumeEvents(Consumer<EventResponse> consumer, Set<EventTypeResponse> eventTypes) Assign a event consumer to a web socket with filtering for event types and get back a socket subscription.WebSocketClient.consumeTasks(Consumer<com.iland.core.web.rest.response.task.TaskResponse> consumer) Assign a task consumer to a web socket and get back a socket subscription.WebSocketClient.consumeTasks(Consumer<com.iland.core.web.rest.response.task.TaskResponse> consumer, TaskFilter taskFilter) Assign a task consumer to a web socket with custom filtering for tasks and get back a socket subscription