MessageBusPublisherOptionsTParameterArgumentConvertingCallback 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<TParameter, Object?>? ArgumentConvertingCallback { get; }

Property Value

FuncTParameter, Object

Remarks

If presents, the callback is invoked to convert the argument the when publisher executing. Default value is .

See Also