类 AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase
- java.lang.Object
-
- istio.mcp.v1alpha1.AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase
-
- 所有已实现的接口:
io.grpc.BindableService
public abstract static class AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceThe aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.
-
-
构造器概要
构造器 构造器 说明 AggregatedMeshConfigServiceImplBase()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 io.grpc.ServerServiceDefinitionbindService()io.grpc.stub.StreamObserver<Mcp.IncrementalMeshConfigRequest>incrementalAggregatedResources(io.grpc.stub.StreamObserver<Mcp.IncrementalMeshConfigResponse> responseObserver)IncrementalAggregatedResources provides the ability to incrementally update the resources on the client.io.grpc.stub.StreamObserver<Mcp.MeshConfigRequest>streamAggregatedResources(io.grpc.stub.StreamObserver<Mcp.MeshConfigResponse> responseObserver)StreamAggregatedResources provides the ability to carefully sequence updates across multiple resource types.
-
-
-
方法详细资料
-
streamAggregatedResources
public io.grpc.stub.StreamObserver<Mcp.MeshConfigRequest> streamAggregatedResources(io.grpc.stub.StreamObserver<Mcp.MeshConfigResponse> responseObserver)
StreamAggregatedResources provides the ability to carefully sequence updates across multiple resource types. A single stream is used with multiple independent MeshConfigRequest / MeshConfigResponses sequences multiplexed via the type URL.
-
incrementalAggregatedResources
public io.grpc.stub.StreamObserver<Mcp.IncrementalMeshConfigRequest> incrementalAggregatedResources(io.grpc.stub.StreamObserver<Mcp.IncrementalMeshConfigResponse> responseObserver)
IncrementalAggregatedResources provides the ability to incrementally update the resources on the client. This supports the goal of scalability of MCP resources.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- 指定者:
bindService在接口中io.grpc.BindableService
-
-