// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB
use ActorHandle;
use ;
use crate::;
/// Handle to the CDC producer actor.
pub type CdcProduceHandle = ;
/// Message type for the CDC producer actor.
/// Handle to the CDC consumer poll actor.
pub type CdcPollHandle = ;
/// Messages for the CDC consumer poll actor.