Package flyteidl.service
Class IdentityServiceGrpc.MethodHandlers<Req,Resp>
- java.lang.Object
-
- flyteidl.service.IdentityServiceGrpc.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:
- IdentityServiceGrpc
private static final class IdentityServiceGrpc.MethodHandlers<Req,Resp> extends 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 intmethodIdprivate IdentityServiceGrpc.IdentityServiceImplBaseserviceImpl
-
Constructor Summary
Constructors Constructor Description MethodHandlers(IdentityServiceGrpc.IdentityServiceImplBase 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)voidinvoke(Req request, io.grpc.stub.StreamObserver<Resp> responseObserver)
-
-
-
Field Detail
-
serviceImpl
private final IdentityServiceGrpc.IdentityServiceImplBase serviceImpl
-
methodId
private final int methodId
-
-
Constructor Detail
-
MethodHandlers
MethodHandlers(IdentityServiceGrpc.IdentityServiceImplBase serviceImpl, int methodId)
-
-