pub unsafe extern "C" fn aeron_archive_persistent_subscription_is_replaying(
persistent_subscription: *mut aeron_archive_persistent_subscription_t,
) -> boolExpand description
Indicates if the persistent subscription is replaying from a recording.
@param persistent_subscription to check. @return true if replaying, false otherwise.