接口 AggregatedMeshConfigServiceGrpc.AsyncService

所有已知实现类:
AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBase
封闭类:
AggregatedMeshConfigServiceGrpc

public static interface AggregatedMeshConfigServiceGrpc.AsyncService
 The aggregated mesh configuration services allow a single
 management server, via a single gRPC stream, to deliver all API
 updates.
 
  • 方法详细资料

    • streamAggregatedResources

      default 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

      default 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.