Source

Describes the origin or integration point from which this FF4k instance is accessed.

This can be used by applications for logging, monitoring, auditing or routing purposes (for example, to distinguish traffic coming from an embedded servlet endpoint versus direct Kotlin API usage).

Within FF4k itself, this value is currently informational and does not change the feature‑flag evaluation behavior. Callers are free to use it to adapt their own surrounding infrastructure or conventions.

Entries

Link copied to clipboard

Indicates that FF4k is being used directly from Kotlin code, for example from application services, scheduled jobs, or other in‑process components.

Link copied to clipboard

Indicates that FF4k is accessed via an embedded servlet container (such as running inside a web framework that exposes servlet endpoints).

Link copied to clipboard

Indicates that FF4k is exposed through a web API endpoint (for example, a REST/HTTP or other web‑based protocol).

Link copied to clipboard

Indicates that FF4k is accessed via an SSH‑based interface or tooling.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.