MessageNameMatchingWithRegularExpression Constructor

Initializes an instance of MatchingWithRegularExpression.

Definition

Namespace: SecretNest.MessageBus.MessageNameMatching
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public MessageNameMatchingWithRegularExpression(
	string regEx
)

Parameters

regEx  String
The regular expression to be used for matching the message name specified by publisher registering process.

See Also