persistentCheckpointStreamOn static method

String persistentCheckpointStreamOn(
  1. String stream,
  2. String group
)

Returns the checkpoint stream for given persistent subscription group on stream

Implementation

static String persistentCheckpointStreamOn(String stream, String group) =>
    '\$persistentsubscription-$stream::$group-checkpoint';