SecretNest.MessageBus.MessageNameMatching Namespace

Contains components for subscriber message name matching.

Classes

MessageNameMatcherBase Checks whether the message name specified by publisher registering process is complied with the subscriber required. This is an abstract class.
MessageNameMatchingAll Indicates the subscriber will match all message names.
MessageNameMatchingWithRegularExpression Indicates the message name should be compared by regular expression.
MessageNameMatchingWithStringComparison Indicates the message name should be compared as string.