类 AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase

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

public abstract static class AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase extends Object implements io.grpc.BindableService, AggregatedMeshConfigServiceGrpc.AsyncService
Base class for the server implementation of the service AggregatedMeshConfigService.
 The aggregated mesh configuration services allow a single
 management server, via a single gRPC stream, to deliver all API
 updates.
 
  • 构造器详细资料

    • AggregatedMeshConfigServiceImplBase

      public AggregatedMeshConfigServiceImplBase()
  • 方法详细资料

    • bindService

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