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.
Properties
Functions
Link copied to clipboard
Checks if this entity belongs to the same bounded context as another entity.
Link copied to clipboard
Determines if this function info represents the same function as another.
Link copied to clipboard
Converts this function info to a materialized FunctionInfoData instance.
Converts this named function info to a materialized NamedFunctionInfoData instance.