Skip to main content

Crate es_entity_macros

Crate es_entity_macros 

Source

Attribute Macros§

es_event_context
Automatically captures function arguments into the event context.
retry_on_concurrent_modification
Retries the annotated async function when it fails with a concurrent modification error (or with any error when any_error = true).

Derive Macros§

EsEntity
EsEvent
EsRepo