MessageBusSubscriberOptionsBaseConditionCheckingCallback Property

Gets the callback for condition checking.

Definition

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

Property Value

FuncObject, Boolean

Remarks

If presents, the callback is invoked to check whether this subscriber should be executed in this instance with the argument specified. Default value is .

See Also