SDK
SDK Java v3.x
2

This SDK is deprecated. We recommend to use the Kuzzle SDK-JVM.
A migration guide is available here

SubscribeOptions #

This class represents the options usable with the RealtimeController.subscribe method.

Namespace #

You must include the following package:

Copied to clipboard!
import io.kuzzle.sdk.Options.SubscribeOptions;

Properties #

Property Type
(default)
Description writable
Scope
Scope

(ALL)
Subscribes to document entering or leaving the scope
Possible values: ALL, IN, OUT, NONE
yes
Users
Users

(NONE)
Subscribes to users entering or leaving the room
Possible values: ALL, IN, OUT, NONE
yes
SubscribeToSelf
boolean

(true)
Subscribes to notifications fired by our own queries yes
Volatile
ConcurrentHashMap<String, Object>

(null)
ConcurrentHashMap representing subscription information, used in user join/leave notifications yes