SDK
SDK Java v3.x
2

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

Response #

Response is a serializable class representing a raw Kuzzle response.

Properties #

Property Type Description
action
String
Executed Kuzzle API controller's action
collection
String
Impacted collection
controller
String
Executed Kuzzle API controller
error
ErrorResponse
Error object (null if the request finished successfully)
index
String
Impacted index
protocol
String
Network protocol at the origin of the real-time notification
requestId
String
Request unique identifier
result
Object
Response payload (depends on the executed API action)
room
String
Room identifier (realtime only)
scope
String
Document scope ("in" or "out", realtime only)
state
String
Document state (realtime only)
status
int
Response status, following HTTP status codes
timestamp
Long
Notification timestamp (UTC)
volatile
ConcurrentHashMap<String, Object>
Volatile data