MessageBusSubscriberOptionsTParameter, TReturnResultCheckingCallback Property
Gets the callback for checking result.
Namespace: SecretNest.MessageBus.OptionsAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
public Func<TReturn, bool>? ResultCheckingCallback { get; }
Public ReadOnly Property ResultCheckingCallback As Func(Of TReturn, Boolean)
Get
Property Value
FuncTReturn,
Boolean 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.