Update Class |
Namespace: Akka.Persistence
The Update type exposes the following members.
Name | Description | |
---|---|---|
Update |
TBD
| |
Update(Boolean) |
TBD
| |
Update(Boolean, Int64) |
TBD
|
Name | Description | |
---|---|---|
IsAwait |
If `true`, processing of further messages sent to the view will be delayed
until the incremental message replay, triggered by this update request, completes.
If `false`, any message sent to the view may interleave with replayed Persistent message stream.
| |
ReplayMax |
Maximum number of messages to replay when handling this update request. Defaults to MaxValue (i.e. no limit).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |