| Package | Description | 
|---|---|
| com.iland.core.web.sdk.connection | REsT SDK client OAuth connection implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketSubscription | WebSocketClient. consumeEvents(Consumer<EventResponse> consumer)Assign a event consumer to a web socket and get back a socket subscription. | 
| SocketSubscription | 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. | 
| SocketSubscription | WebSocketClient. consumeEvents(Consumer<EventResponse> consumer,
             Set<EventType> eventTypes)Assign a event consumer to a web socket with filtering for event types
 and get back a socket subscription. | 
| SocketSubscription | WebSocketClient. consumeTasks(Consumer<TaskResponse> consumer)Assign a task consumer to a web socket and get back a socket subscription. | 
| SocketSubscription | WebSocketClient. consumeTasks(Consumer<TaskResponse> consumer,
            TaskFilter taskFilter)Assign a task consumer to a web socket with custom filtering for tasks
 and get back a socket subscription | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.