Skip to main content

reset_projection

Function reset_projection 

Source
pub async fn reset_projection(
    __arg0: State<Arc<EventStore>>,
    __arg1: Path<String>,
) -> Result<Json<Value>>
Expand description

Reset a projection to its initial state

Clears all accumulated state and reprocesses events from the beginning.