Click or drag to resize

DispatcherFactoryUtil Class

Dispatcher factory utility
Inheritance Hierarchy
SystemObject
  SanteDB.Core.PubSubDispatcherFactoryUtil

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public static class DispatcherFactoryUtil

The DispatcherFactoryUtil type exposes the following members.

Methods
 NameDescription
Public Extension MethodFilterSubscriptionMatch Filters subscriptions from a list of subscriptions where the definition is "interested" in the event and data provided
Public methodStatic memberFindDispatcherFactoryById Finds an implementation of the IDisptacherFactory which works for the specified ID
Public methodStatic memberFindDispatcherFactoryByType Get dispatcher factory by type
Public methodStatic memberFindDispatcherFactoryByUri Finds an implementation of the IDisptacherFactory which works for the specified URI
Public methodStatic memberGetFactories Get all factories
Top
See Also