Class AggregatedDiscoveryServiceGrpc.MethodHandlers<Req,Resp>
- java.lang.Object
-
- io.envoyproxy.envoy.service.discovery.v3.AggregatedDiscoveryServiceGrpc.MethodHandlers<Req,Resp>
-
- All Implemented Interfaces:
io.grpc.stub.ServerCalls.BidiStreamingMethod<Req,Resp>
,io.grpc.stub.ServerCalls.ClientStreamingMethod<Req,Resp>
,io.grpc.stub.ServerCalls.ServerStreamingMethod<Req,Resp>
,io.grpc.stub.ServerCalls.UnaryMethod<Req,Resp>
- Enclosing class:
- AggregatedDiscoveryServiceGrpc
private static final class AggregatedDiscoveryServiceGrpc.MethodHandlers<Req,Resp> extends java.lang.Object implements io.grpc.stub.ServerCalls.UnaryMethod<Req,Resp>, io.grpc.stub.ServerCalls.ServerStreamingMethod<Req,Resp>, io.grpc.stub.ServerCalls.ClientStreamingMethod<Req,Resp>, io.grpc.stub.ServerCalls.BidiStreamingMethod<Req,Resp>
-
-
Field Summary
Fields Modifier and Type Field Description private int
methodId
private AggregatedDiscoveryServiceGrpc.AsyncService
serviceImpl
-
Constructor Summary
Constructors Constructor Description MethodHandlers(AggregatedDiscoveryServiceGrpc.AsyncService serviceImpl, int methodId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.stub.StreamObserver<Req>
invoke(io.grpc.stub.StreamObserver<Resp> responseObserver)
void
invoke(Req request, io.grpc.stub.StreamObserver<Resp> responseObserver)
-
-
-
Field Detail
-
serviceImpl
private final AggregatedDiscoveryServiceGrpc.AsyncService serviceImpl
-
methodId
private final int methodId
-
-
Constructor Detail
-
MethodHandlers
MethodHandlers(AggregatedDiscoveryServiceGrpc.AsyncService serviceImpl, int methodId)
-
-