MessageBusPublisherOptionsTParameterArgumentConvertingCallback Property
Gets the callback for argument conversion.
Namespace: SecretNest.MessageBus.OptionsAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
public Func<TParameter, Object?>? ArgumentConvertingCallback { get; }
Public ReadOnly Property ArgumentConvertingCallback As Func(Of TParameter, Object)
Get
Property Value
FuncTParameter,
Object If presents, the callback is invoked to convert the argument the when publisher executing. Default value is .