Class 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 Detail

      • PackageManagementServiceImplBase

        public PackageManagementServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService