MessageNameMatcherBaseIsComplied Method
Checks whether the message name specified by publisher registering process is complied with the subscriber required.
Namespace: SecretNest.MessageBus.MessageNameMatchingAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
public abstract bool IsComplied(
string publisherMessageName
)
Public MustOverride Function IsComplied (
publisherMessageName As String
) As Boolean
- publisherMessageName String
- The message name specified by publisher registering process.
BooleanWhether the message name is complied.