Skip to content

NoOpCheckpointerFactory Methods

Creates checkpointers which keep no persistent checkpoint state.

Create(string)

View source
public Task<IStreamQueueCheckpointer<string>> Create(string partition)
Creates a stream checkpointer for the specified partition.

Parameters

partitionstring
The partition.

Returns

The stream checkpointer.