pub struct Watcher<'a> { /* private fields */ }
Expand description

Namespace client for Watcher APIs

Implementations

Creates a new instance of Watcher

Watcher Ack Watch API

Acknowledges a watch, manually throttling the execution of the watch’s actions.

Watcher Activate Watch API

Activates a currently inactive watch.

Watcher Deactivate Watch API

Deactivates a currently active watch.

Watcher Delete Watch API

Removes a watch from Watcher.

Watcher Execute Watch API

Forces the execution of a stored watch.

Watcher Get Watch API

Retrieves a watch by its ID.

Watcher Put Watch API

Creates a new watch, or updates an existing one.

Watcher Query Watches API

Retrieves stored watches.

Watcher Start API

Starts Watcher if it is not already running.

Watcher Stats API

Retrieves the current Watcher metrics.

Watcher Stop API

Stops Watcher if it is running.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more