context

Creates a FlippingExecutionContext using a DSL builder.

Example:

val ctx = context {
ContextKeys.USER_ID to "user-123"
ContextKeys.REGION to "EU"
"tier" to "premium"
}

Return

A new FlippingExecutionContext with the configured parameters

Parameters

block

The builder block to configure the context