Package codegen

Class LoaderGrpc.LoaderImplBase

  • All Implemented Interfaces:
    LoaderGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    LoaderGrpc

    public abstract static class LoaderGrpc.LoaderImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, LoaderGrpc.AsyncService
    Base class for the server implementation of the service Loader.
     Loader is a service for getting schemas from the Pulumi engine for use in code generators and other tools.
     This is currently unstable and experimental.
     
    • Constructor Detail

      • LoaderImplBase

        public LoaderImplBase()
    • Method Detail

      • bindService

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