C# 클래스 Rebus.Sagas.SagaHelper

Helper class that can cache configured sets of correlation properties for various saga types
파일 보기 프로젝트 열기: rebus-org/Rebus

공개 메소드들

메소드 설명
CreateNewSagaData ( Saga saga ) : ISagaData

Creates a new instance of the saga's saga data

GetCorrelationProperties ( object message, Saga saga ) : SagaDataCorrelationProperties

Gets (most likely from a cache) the set of correlation properties relevant for the given saga handler.

비공개 메소드들

메소드 설명
GetCorrelationProperties ( Saga saga ) : CorrelationProperty[]>.Dictionary

메소드 상세

CreateNewSagaData() 공개 메소드

Creates a new instance of the saga's saga data
public CreateNewSagaData ( Saga saga ) : ISagaData
saga Saga
리턴 ISagaData

GetCorrelationProperties() 공개 메소드

Gets (most likely from a cache) the set of correlation properties relevant for the given saga handler.
public GetCorrelationProperties ( object message, Saga saga ) : SagaDataCorrelationProperties
message object
saga Saga
리턴 SagaDataCorrelationProperties