pub trait RbumConfigApi {
// Required methods
fn rbum_conf_set_cate_sys_code_node_len(&self) -> usize;
fn rbum_conf_mq_topic_entity_deleted(&self) -> String;
fn rbum_conf_mq_topic_event(&self) -> String;
fn rbum_conf_task_mq_topic_event(&self) -> String;
fn rbum_conf_mq_header_name_operator(&self) -> String;
fn rbum_conf_cache_key_cert_vcode_info_(&self) -> String;
fn rbum_conf_cache_key_set_code_(&self) -> String;
fn rbum_conf_cache_key_set_code_expire_sec(&self) -> usize;
fn rbum_conf_cache_key_cert_locked_(&self) -> String;
fn rbum_conf_cache_key_cert_err_times_(&self) -> String;
fn rbum_conf_match_event(&self, table_name: &str, operate: &str) -> bool;
fn rbum_head_key_bios_ctx(&self) -> String;
}