IDurableQueueCommandHandler<T>
interface
Namespace: Orleans.Journaling
Receives decoded durable queue commands from a codec implementation.
public interface IDurableQueueCommandHandler<T>Methods
ApplyClearApplies a clear command.ApplyDequeueApplies a dequeue command.ApplyEnqueue(T)Applies an enqueue command.Reset(int)Resets the receiver before applying replacement entries.
