IDurableDictionaryCommandHandler<TKey, TValue>
interface
Namespace: Orleans.Journaling
Receives decoded durable dictionary commands from a codec implementation.
public interface IDurableDictionaryCommandHandler<TKey, TValue> where TKey : notnullMethods
ApplyClearApplies a clear command.ApplyRemove(TKey)Applies a remove command.ApplySet(TKey, TValue)Applies a set command.Reset(int)Resets the receiver before applying replacement entries.
