MessageBusSubscriberOptionsTParameterArgumentConvertingCallback Property

Gets the callback for argument conversion.

Definition

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

Property Value

FuncObject, TParameter

Remarks

If presents, the callback is invoked to convert the argument the before subscriber executing. Default value is .

See Also