Package com.daml.ledger.api.v1.admin
Class PackageManagementServiceGrpc.PackageManagementServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.PackageManagementServiceGrpc.PackageManagementServiceImplBase
-
- All Implemented Interfaces:
PackageManagementServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- PackageManagementServiceGrpc
public abstract static class PackageManagementServiceGrpc.PackageManagementServiceImplBase extends java.lang.Object implements io.grpc.BindableService, PackageManagementServiceGrpc.AsyncService
Base class for the server implementation of the service PackageManagementService.Status: experimental interface, will change before it is deemed production ready Query the Daml-LF packages supported by the ledger participant and upload DAR files. We use 'backing participant' to refer to this specific participant in the methods of this API.
-
-
Constructor Summary
Constructors Constructor Description PackageManagementServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.daml.ledger.api.v1.admin.PackageManagementServiceGrpc.AsyncService
listKnownPackages, uploadDarFile
-
-