MessageBusSubscriberOptionsTParameter, TReturnResultCheckingCallback Property

Gets the callback for checking result.

Definition

Namespace: SecretNest.MessageBus.Options
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public Func<TReturn, bool>? ResultCheckingCallback { get; }

Property Value

FuncTReturn, Boolean

Remarks

If presents, the callback is invoked to check whether message should be returned instead of executing subsequent subscribers. Default value is which returns for all return values.

See Also