SubscribeOptions #
This class represents the options usable with the RealtimeController.subscribe method.
Namespace #
You must include the following package:
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 |
Edit this page on Github(opens new window)