Skip to content

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

Apply(JournalBufferReader, IDurableDictionaryCommandHandler<TKey, TValue>)

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

Parameters

inputJournalBufferReader
consumerIDurableDictionaryCommandHandler<TKey, TValue>