persistentParkedStreamOn static method

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

Returns the parked events stream for given persistent subscription group on stream

Implementation

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