StickinessConfiguration

The configuration for session-sticky routing to a target. Session stickiness routes requests that share a session identifier to the same target.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The expression that identifies where to extract the session identifier from the request (for example, $context.header.x-session-id).

Link copied to clipboard
val timeout: Int?

The session stickiness timeout, in seconds. After this duration of inactivity, the session affinity expires. Valid values range from 1 to 86400.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String