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
Indicates that FF4k is accessed via an embedded servlet container (such as running inside a web framework that exposes servlet endpoints).
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.