Share via


IConfigurationEventHandler<T> Interface

Definition

Defines event handlers for configuration retrieval and update operations.

public interface IConfigurationEventHandler<T> where T : class
type IConfigurationEventHandler<'T (requires 'T : null)> = interface
Public Interface IConfigurationEventHandler(Of T)

Type Parameters

T

The type of configuration.

Methods

AfterUpdateAsync(String, T, CancellationToken)

Called after a configuration has been successfully retrieved in a fire-and-forget manner.

BeforeRetrieveAsync(String, CancellationToken)

Called before retrieving configuration from the metadata endpoint.

Applies to