IDurableListCommandHandler<T>
interface
Namespace: Orleans.Journaling
Receives decoded durable list commands from a codec implementation.
public interface IDurableListCommandHandler<T>Methods
ApplyAdd(T)Applies an add command.ApplyClearApplies a clear command.ApplyInsert(int, T)Applies an insert command.ApplyRemoveAt(int)Applies a remove-at command.ApplySet(int, T)Applies a set command.Reset(int)Resets the receiver before applying replacement entries.
