类 AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub>
io.grpc.stub.AbstractAsyncStub<AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub>
istio.mcp.v1alpha1.AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub
public static final class AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub
extends io.grpc.stub.AbstractAsyncStub<AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub>
A stub to allow clients to do asynchronous rpc calls to service AggregatedMeshConfigService.
The aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.
-
嵌套类概要
从类继承的嵌套类/接口 io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
方法概要
修饰符和类型方法说明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.从类继承的方法 io.grpc.stub.AbstractAsyncStub
newStub, newStub从类继承的方法 io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
方法详细资料
-
build
protected AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - 指定者:
build在类中io.grpc.stub.AbstractStub<AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub>
-
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.
-