MessageBusSubscriberOptionsTParameterArgumentConvertingCallback 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<Object?, TParameter>? ArgumentConvertingCallback { get; }
Public ReadOnly Property ArgumentConvertingCallback As Func(Of Object, TParameter)
Get
Property Value
FuncObject,
TParameter If presents, the callback is invoked to convert the argument the before subscriber executing. Default value is .