Class UnleashContext
java.lang.Object
io.getunleash.UnleashContext
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, ZonedDateTime currentTime, Map<String, String> properties) UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, Map<String, String> properties) UnleashContext(String userId, String sessionId, String remoteAddress, Map<String, String> properties) -
Method Summary
Modifier and TypeMethodDescriptionapplyStaticFields(UnleashConfig config) static UnleashContext.Builderbuilder()
-
Constructor Details
-
UnleashContext
-
UnleashContext
-
UnleashContext
-
-
Method Details
-
getUserId
-
getSessionId
-
getRemoteAddress
-
getProperties
-
getAppName
-
getEnvironment
-
getCurrentTime
-
getByName
-
applyStaticFields
-
builder
-