public abstract static class AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase extends Object implements io.grpc.BindableService
The aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.
| 构造器和说明 |
|---|
AggregatedMeshConfigServiceImplBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
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.
|
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService 在接口中 io.grpc.BindableServiceCopyright © 2018–2023 Alibaba Group. All rights reserved.