Skip to content

IDurableSetCommandHandler<T> Methods

Receives decoded durable set commands from a codec implementation.

ApplyAdd(T)

abstract
public abstract void ApplyAdd(T item)
Applies an add command.

Parameters

itemT

ApplyClear

abstract
public abstract void ApplyClear()
Applies a clear command.

ApplyRemove(T)

abstract
public abstract void ApplyRemove(T item)
Applies a remove command.

Parameters

itemT

Reset(int)

abstract
public abstract void Reset(int capacityHint)
Resets the receiver before applying replacement entries.

Parameters

capacityHintint