Trait dingtalk_rs::client::EventSubscriber
source · pub trait EventSubscriber {
fn callback_failed_result_get<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<CallbackFailedList>> + Send + 'async_trait>>
where
'life0: 'async_trait,
Self: 'async_trait;
}
Required Methods§
sourcefn callback_failed_result_get<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<CallbackFailedList>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
fn callback_failed_result_get<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<CallbackFailedList>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
获取推送失败的事件列表 api: https://open.dingtalk.com/document/orgapp-server/obtain-the-event-list-of-failed-push-messages