Package codegen
Class MapperGrpc.MapperImplBase
- java.lang.Object
-
- codegen.MapperGrpc.MapperImplBase
-
- All Implemented Interfaces:
MapperGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- MapperGrpc
public abstract static class MapperGrpc.MapperImplBase extends java.lang.Object implements io.grpc.BindableService, MapperGrpc.AsyncService
Base class for the server implementation of the service Mapper.Mapper is a service for getting mappings from other ecosystems to Pulumi. This is currently unstable and experimental.
-
-
Constructor Summary
Constructors Constructor Description MapperImplBase()
-
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.MapperGrpc.AsyncService
getMapping
-
-