Share via


ResourceNotificationService Class

Definition

A service that allows publishing and subscribing to changes in the state of a resource.

public class ResourceNotificationService
type ResourceNotificationService = class
Public Class ResourceNotificationService
Inheritance
ResourceNotificationService

Constructors

ResourceNotificationService(ILogger<ResourceNotificationService>)

A service that allows publishing and subscribing to changes in the state of a resource.

Methods

PublishUpdateAsync(IResource, Func<CustomResourceSnapshot,CustomResourceSnapshot>)

Updates the snapshot of the CustomResourceSnapshot for a resource.

PublishUpdateAsync(IResource, String, Func<CustomResourceSnapshot,CustomResourceSnapshot>)

Updates the snapshot of the CustomResourceSnapshot for a resource.

WatchAsync(CancellationToken)

Watch for changes to the state for all resources.

Applies to