Skip to content

GrainStreamQueueCheckpointerFactory.Create(string)

Create(string)

View source
[System.Obsolete(Use the overload which accepts a CancellationToken.)]
public Task<IStreamQueueCheckpointer<string>> Create(string partition)
Creates a stream checkpointer for the specified partition.

Parameters

partitionstring
The partition.

Returns

The stream checkpointer.