Module: LaunchDarkly::Interfaces::DataSystem::IntentCode
- Defined in:
- lib/ldclient-rb/interfaces/data_system.rb
Overview
IntentCode represents the various intents that can be sent by the server.
Constant Summary collapse
- TRANSFER_FULL =
The server intends to send a full data set.
"xfer-full"- TRANSFER_CHANGES =
The server intends to send only the necessary changes to bring an existing data set up-to-date.
"xfer-changes"- TRANSFER_NONE =
The server intends to send no data (payload is up to date).
"none"