FunctionInfoData
data class FunctionInfoData(val functionKind: FunctionKind, val contextName: String, val processorName: String, val name: String) : FunctionInfo, Materialized
Immutable data class representing complete function information.
This class provides a concrete, serializable implementation of FunctionInfo, containing all the metadata needed to identify and route to a specific function in the messaging system. It implements Materialized for efficient storage and transmission.