FunctionKindCapable
interface FunctionKindCapable
Interface for entities that are aware of their function kind.
Classes implementing this interface can report their associated function kind, enabling type-safe handling and routing based on the function category. This is useful for processors, handlers, and routing components that need to behave differently based on the function type.