Skip to content

BatchedNotificationMessage

class

Namespace: Orleans.EventSourcing.Common

A notification message containing a batch of notification messages.
[Orleans.GenerateSerializer]
public sealed class BatchedNotificationMessage : INotificationMessage, ILogConsistencyProtocolMessage

Constructors

Properties

  • NotificationsThe notification messages contained in this batch.
  • VersionThe version number - for a batch, this is the maximum version contained.