public CorrelationProperty ( Type messageType, object>.Func |
messageType |
System.Type |
Specifies the message type that this property can correlate |
valueFromMessage |
object>.Func | Specifies the function that will be called with the message instance in order to extract a value that should be used for correlation |
sagaDataType |
System.Type |
Specifies the type of saga data that this property can correlate to |
propertyName |
string |
Specifies that property name on the saga data that this correlation addresses |
sagaType |
System.Type |
Specifies the saga type (i.e. the handler type) that contains the logic of the saga |
return |
System |
|