public static final class AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub extends io.grpc.stub.AbstractAsyncStub<AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub>
The aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.
| 限定符和类型 | 方法和说明 |
|---|---|
protected AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build 在类中 io.grpc.stub.AbstractStub<AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub>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.
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.
Copyright © 2018–2023 Alibaba Group. All rights reserved.