类 ResourceSinkGrpc.ResourceSinkImplBase

java.lang.Object
istio.mcp.v1alpha1.ResourceSinkGrpc.ResourceSinkImplBase
所有已实现的接口:
io.grpc.BindableService, ResourceSinkGrpc.AsyncService
封闭类:
ResourceSinkGrpc

public abstract static class ResourceSinkGrpc.ResourceSinkImplBase extends Object implements io.grpc.BindableService, ResourceSinkGrpc.AsyncService
Base class for the server implementation of the service ResourceSink.
 Service where the source is the gRPC client. The source is responsible for
 initiating connections and opening streams.
 
  • 构造器详细资料

    • ResourceSinkImplBase

      public ResourceSinkImplBase()
  • 方法详细资料

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      指定者:
      bindService 在接口中 io.grpc.BindableService