Module event

Module event 

Source
Expand description

Observable WebDAV operation events.

Structs§

DavEvent
One completed WebDAV operation.
DavObservationError
Failure reported by a non-authoritative observation sink.
DavOperationObservations
Low-frequency scalar observations attached to a completed operation.
NoopDavEventSink
Event sink used when a product does not need protocol-level observation.

Enums§

DavEventOutcome
Protocol result exposed to observers without credentials, bodies, or lock tokens.
DavOperation
Protocol operations exposed to event observers.
DavProtocolFailureClass
Product-neutral class for a protocol-side failure observation.
DavStreamOutcome
Outcome of a response stream after the operation has been planned.

Traits§

DavEventSink
Non-authoritative observer for audit adapters, metrics, tracing, and notifications.

Functions§

publish_non_authoritative
Publishes a non-authoritative event without allowing observer failure to affect the operation.