메소드 | 설명 | |
---|---|---|
CustomPolicy ( Func |
Configures a custom recoverability policy. It allows to take full control over the recoverability decision process.
|
|
Delayed ( Action |
Exposes the delayed retries settings.
|
|
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.
|
|
Failed ( Action |
Exposes the retry failed settings.
|
|
Immediate ( Action |
Exposes the immediate retries settings.
|
메소드 | 설명 | |
---|---|---|
RecoverabilitySettings ( SettingsHolder settings ) : System |
public CustomPolicy ( Func |
||
custom | Func |
The custom recoverability. |
리턴 |
public Delayed ( Action |
||
customizations | Action |
|
리턴 |
public DisableLegacyRetriesSatellite ( ) : |
||
리턴 |
public Failed ( Action |
||
customizations | Action |
|
리턴 |
public Immediate ( Action |
||
customizations | Action |
|
리턴 |