File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2304,6 +2304,8 @@ pub trait MessageSendEventsProvider {
2304
2304
/// persist any relevant changes to disk *before* returning `Ok(())`. In case of an error (e.g.,
2305
2305
/// persistence failure) implementors should return `Err(ReplayEvent())`, signalling to the
2306
2306
/// [`EventsProvider`] to replay unhandled events on the next invocation (generally immediately).
2307
+ /// Note that some events might not be replayed, please refer to the documentation for
2308
+ /// the individual [`Event`] variants for more detail.
2307
2309
///
2308
2310
/// Further, because an application may crash between an [`Event`] being handled and the
2309
2311
/// implementor of this trait being re-serialized, [`Event`] handling must be idempotent - in
You can’t perform that action at this time.
0 commit comments