MessageNameMatcherBaseIsComplied Method

Checks whether the message name specified by publisher registering process is complied with the subscriber required.

Definition

Namespace: SecretNest.MessageBus.MessageNameMatching
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public abstract bool IsComplied(
	string publisherMessageName
)

Parameters

publisherMessageName  String
The message name specified by publisher registering process.

Return Value

Boolean
Whether the message name is complied.

See Also