MessageBusPublisherOptionsTParameter Constructor

Initializes an instance of MessageBusPublisherOptions.

Definition

Namespace: SecretNest.MessageBus.Options
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public MessageBusPublisherOptions(
	bool isAlwaysExecuteAll = false,
	Func<TParameter, Object?>? argumentConvertingCallback = null
)

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.

See Also