Skip to main content

pause_projection

Function pause_projection 

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

Pause a projection

Sets the projection status to “paused” so it stops processing new events.