IStreamCheckpointerGrain
interface
Namespace: Orleans.Streams
Stores a persistent stream queue checkpoint.
[Orleans.Metadata.DefaultGrainType(stream.checkpoint)]public interface IStreamCheckpointerGrain : IGrain, IGrainWithStringKey, IAddressableMethods
Load(CancellationToken)Loads the checkpoint.Update(string, string, CancellationToken)Updates the checkpoint if the persisted value matches the expected value.
