MessageBusSubscriberOptionsBaseConditionCheckingCallback Property
Gets the callback for condition checking.
Namespace: SecretNest.MessageBus.OptionsAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
public Func<Object?, bool>? ConditionCheckingCallback { get; }
Public ReadOnly Property ConditionCheckingCallback As Func(Of Object, Boolean)
Get
Property Value
FuncObject,
Boolean If presents, the callback is invoked to check whether this subscriber should be executed in this instance with the argument specified. Default value is .