SubscriberItem T  MembersDH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

The SubscriberItem T  type exposes the following members.
Constructors

  NameDescription
Public methodSubscriberItem T 
Back to Top
Methods

  NameDescription
Public methodProcessMessages
Process messages with no MessageBusSubscriber instance
Back to Top
Properties

  NameDescription
Public propertyOptions
The processing options for this subscription item
(Inherited from SubscriberItemBase.)
Public propertyProcessingType
Sets the processing type for messages. Default: ProcessingType.Bulk
(Overrides SubscriberItemBase ProcessingType.)
Public propertySubscription
The message subscription managed by this item
Public propertyUpdateInterval
When the message bus subscriber should process messages from this item's collection. Default: UpdateInterval.Update
(Inherited from SubscriberItemBase.)
Back to Top
Events

  NameDescription
Public eventOnMessagesReceived
Fired when the messages are processed. The interval is determined by the UpdateInterval of each subscriber item.
Back to Top
See Also