Skip to content

IDurableDictionaryCommandCodec<TKey, TValue>.Apply(JournalBufferReader, IDurableDictionaryCommandHandler<TKey, TValue>)

Apply(JournalBufferReader, IDurableDictionaryCommandHandler<TKey, TValue>)

abstract
public abstract void IDurableDictionaryCommandCodec<TKey, Apply(JournalBufferReader input, IDurableDictionaryCommandHandler<TKey, TValue> consumer)
Reads one encoded command and applies it to consumer.

Parameters

inputJournalBufferReader
consumerIDurableDictionaryCommandHandler<TKey, TValue>