Package codegen
Class LoaderGrpc.LoaderImplBase
- java.lang.Object
-
- codegen.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 Summary
Constructors Constructor Description LoaderImplBase()
-
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 codegen.LoaderGrpc.AsyncService
getSchema
-
-