Struct fluvio_stream_dispatcher::store::StoreContext[][src]

pub struct StoreContext<S, MetaContext = K8MetaItem> where
    S: Spec,
    MetaContext: MetadataItem + Debug
{ /* fields omitted */ }

Implementations

create new store context

create new store context with store

create new listener

Wait for the termination of the apply action object, this is similar to kubectl apply

Wait for creation/update of spec. There is no guarantee that this spec has been applied. Only that spec has been changed.

This should only used in the imperative code such as API Server where confirmation is needed.
Controller should only use Action.

Wait for status update. There is no guarantee that this status valus has been applied. Only that status has been changed.

This should only used in the imperative code such as API Server where confirmation is needed.
Controller should only use Action.

Wait for object deletion.

This should only used in the imperative code such as API Server where confirmation is needed.
Controller should only use Action.

Wait for action to finish with default duration

Wait for action to finish. There is no guarantee that the status valus has been applied. Only that status has been changed.

This should only used in the imperative code such as API Server where confirmation is needed.
Controller should only use Action.

send action

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

Performs the conversion.

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

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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

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