MessageBusPublisherOptionsTParameter Constructor
Initializes an instance of MessageBusPublisherOptions.
Namespace: SecretNest.MessageBus.OptionsAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
public MessageBusPublisherOptions(
bool isAlwaysExecuteAll = false,
Func<TParameter, Object?>? argumentConvertingCallback = null
)
Public Sub New (
Optional isAlwaysExecuteAll As Boolean = false,
Optional argumentConvertingCallback As Func(Of TParameter, Object) = Nothing
)
Parameters
- isAlwaysExecuteAll Boolean (Optional)
- Whether all subscribers should be executed regardless of the result of the subscribers those have been executed by this instance.
- argumentConvertingCallback FuncTParameter, Object (Optional)
- The callback for argument conversion.