1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

chore: Added static context props in docs (#507)

This commit is contained in:
Weslei Juan Novaes Pereira 2019-10-05 02:17:17 -03:00 committed by Ivar Conradi Østhus
parent d36bee8862
commit c3ba676da0

View File

@ -11,6 +11,8 @@ The unleash context is defined by these fields:
- sessionId: String, - sessionId: String,
- remoteAddress: String, - remoteAddress: String,
- properties: Map<String, String> - properties: Map<String, String>
- appName: String
- environment: String
All fields are optional, but if they are not set you will not be able to use certain activation strategies. All fields are optional, but if they are not set you will not be able to use certain activation strategies.