IDurableSetCommandHandler<T>
interface
Namespace: Orleans.Journaling
Receives decoded durable set commands from a codec implementation.
public interface IDurableSetCommandHandler<T>Methods
ApplyAdd(T)Applies an add command.ApplyClearApplies a clear command.ApplyRemove(T)Applies a remove command.Reset(int)Resets the receiver before applying replacement entries.
