类 AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase
java.lang.Object
istio.mcp.v1alpha1.AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService,AggregatedMeshConfigServiceGrpc.AsyncService
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.
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 istio.mcp.v1alpha1.AggregatedMeshConfigServiceGrpc.AsyncService
incrementalAggregatedResources, streamAggregatedResources
-
构造器详细资料
-
AggregatedMeshConfigServiceImplBase
public AggregatedMeshConfigServiceImplBase()
-
-
方法详细资料
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-