pub struct WebhookDelivery { /* private fields */ }Implementations§
Source§impl WebhookDelivery
impl WebhookDelivery
pub fn new(webhook_store: WebhookStore) -> Self
pub fn with_config( webhook_store: WebhookStore, retry_config: RetryConfig, max_concurrent: usize, ) -> Self
pub fn start(self: Arc<Self>, event_rx: Receiver<StreamResponse>)
Auto Trait Implementations§
impl Freeze for WebhookDelivery
impl !RefUnwindSafe for WebhookDelivery
impl Send for WebhookDelivery
impl Sync for WebhookDelivery
impl Unpin for WebhookDelivery
impl UnsafeUnpin for WebhookDelivery
impl !UnwindSafe for WebhookDelivery
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more