public class Provider extends ServiceEndpoint
| Modifier and Type | Class and Description |
|---|---|
class |
Provider.Version |
| Constructor and Description |
|---|
Provider(AppContext context) |
Provider(AppContext context,
java.lang.String providerAddress) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<java.lang.String> |
getLatestCommitId() |
java.util.concurrent.CompletableFuture<Provider.Version> |
getVersion() |
getAppContext, getAppDid, getAppInstanceDid, getConnectionManager, getProviderAddress, getServiceDid, getServiceInstanceDid, getTargetAppDid, getTargetDid, getUserDidpublic Provider(AppContext context) throws HiveException
HiveExceptionpublic Provider(AppContext context, java.lang.String providerAddress) throws HiveException
HiveExceptionpublic java.util.concurrent.CompletableFuture<Provider.Version> getVersion()
public java.util.concurrent.CompletableFuture<java.lang.String> getLatestCommitId()