public interface Features extends SupportsListing<Feature>
Modifier and Type | Method and Description |
---|---|
Feature |
register(String resourceProviderName,
String featureName)
Registers a feature in a resource provider.
|
rx.Observable<Feature> |
registerAsync(String resourceProviderName,
String featureName)
Registers a feature in a resource provider asynchronously.
|
ServiceFuture<Feature> |
registerAsync(String resourceProviderName,
String featureName,
ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously.
|
list, listAsync
Feature register(String resourceProviderName, String featureName)
resourceProviderName
- the name of the resource providerfeatureName
- the name of the featurerx.Observable<Feature> registerAsync(String resourceProviderName, String featureName)
resourceProviderName
- the name of the resource providerfeatureName
- the name of the featureServiceFuture<Feature> registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)
resourceProviderName
- the name of the resource providerfeatureName
- the name of the featurecallback
- the callback to call on success or failureCopyright © 2019. All rights reserved.