C# 클래스 NServiceBus.RecoverabilitySettings

Configuration settings for recoverability.
상속: ExposeSettings
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
CustomPolicy ( Func custom ) : RecoverabilitySettings

Configures a custom recoverability policy. It allows to take full control over the recoverability decision process.

Delayed ( Action customizations ) : RecoverabilitySettings

Exposes the delayed retries settings.

DisableLegacyRetriesSatellite ( ) : RecoverabilitySettings

Disables the legacy retries satellite. The retries satellite is enabled by default to prevent in-flight retry messages from being left in the .Retries queue when migrating from previous versions of NServiceBus. Further details can be found in the V5 to V6 Upgrade Guide.

Failed ( Action customizations ) : RecoverabilitySettings

Exposes the retry failed settings.

Immediate ( Action customizations ) : RecoverabilitySettings

Exposes the immediate retries settings.

비공개 메소드들

메소드 설명
RecoverabilitySettings ( SettingsHolder settings ) : System

메소드 상세

CustomPolicy() 공개 메소드

Configures a custom recoverability policy. It allows to take full control over the recoverability decision process.
public CustomPolicy ( Func custom ) : RecoverabilitySettings
custom Func The custom recoverability.
리턴 RecoverabilitySettings

Delayed() 공개 메소드

Exposes the delayed retries settings.
public Delayed ( Action customizations ) : RecoverabilitySettings
customizations Action
리턴 RecoverabilitySettings

DisableLegacyRetriesSatellite() 공개 메소드

Disables the legacy retries satellite. The retries satellite is enabled by default to prevent in-flight retry messages from being left in the .Retries queue when migrating from previous versions of NServiceBus. Further details can be found in the V5 to V6 Upgrade Guide.
public DisableLegacyRetriesSatellite ( ) : RecoverabilitySettings
리턴 RecoverabilitySettings

Failed() 공개 메소드

Exposes the retry failed settings.
public Failed ( Action customizations ) : RecoverabilitySettings
customizations Action
리턴 RecoverabilitySettings

Immediate() 공개 메소드

Exposes the immediate retries settings.
public Immediate ( Action customizations ) : RecoverabilitySettings
customizations Action
리턴 RecoverabilitySettings