FunctionNameCapable

Interface for entities that have a function name.

This interface provides access to a function name, which can be used for identification, logging, and routing purposes. The function name is typically unique within a specific context or processor.

Properties

Link copied to clipboard
abstract val functionName: String

The name of the function.