Click or drag to resize

IPubSubDispatcher Interface

Represents a dispatcher which can send discrete objects over a particular standard

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

The IPubSubDispatcher type exposes the following members.

Properties
 NameDescription
Public propertyEndpoint Gets the endpoint for the channel
Public propertyKey Gets the key for the channel
Public propertySettings Gets the settings for the channel
Top
Methods
 NameDescription
Public methodNotifyCreatedTModel Notify that a subscription data object has been created
Public methodNotifyLinkedTModel Notify subscribers that two objects have been linked together
Public methodNotifyMergedTModel Notify that a subscribed type was merged
Public methodNotifyObsoletedTModel Notify that a subscribed object was obsoleted
Public methodNotifyUnlinkedTModel Notify subscribers two objects being unlinked
Public methodNotifyUnMergedTModel Notify that a subscribed type was unmerged
Public methodNotifyUpdatedTModel Notify that a subscription data object has been updated
Top
See Also