NamedFunctionInfoData
data class NamedFunctionInfoData(val contextName: String, val processorName: String, val name: String) : NamedFunctionInfo, Materialized
Immutable data class representing named function information.
This class provides a concrete, serializable implementation of NamedFunctionInfo, containing the essential metadata needed to identify a function within its processor and context. It implements Materialized for efficient storage and transmission.
Properties
Functions
Link copied to clipboard
Checks if this entity belongs to the same bounded context as another entity.
Link copied to clipboard
Converts this named function info to a materialized NamedFunctionInfoData instance.