Features Interface

Definition

Entry point to features management API.

public interface Features extends SupportsListing<Feature>
Implements

Methods

register(String resourceProviderName, String featureName)

Registers a feature in a resource provider.

registerAsync(String resourceProviderName, String featureName)

Registers a feature in a resource provider asynchronously.

registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)

Registers a feature in a resource provider asynchronously.

Applies to