public interface ProviderProvider extends Service, ProviderTypes
ProviderProvider
service provides
operations to retrieve information about a vAPI Provider. A provider is a
container that exposes one or more vAPI services.ProviderTypes.Info
Modifier and Type | Method and Description |
---|---|
void |
get(AsyncContext<ProviderTypes.Info> asyncContext)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void get(AsyncContext<ProviderTypes.Info> asyncContext)
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Operation Result:
ProviderTypes.Info
describing the vAPI
provider on which the operation is invoked
asyncContext
- Handle to report the progress, result or error of the operation invocation.Copyright © 2015. All Rights Reserved.