Package org.jgroups.upgrade_server
Class UpgradeServiceGrpc.UpgradeServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceStub>
-
- org.jgroups.upgrade_server.UpgradeServiceGrpc.UpgradeServiceStub
-
- Enclosing class:
- UpgradeServiceGrpc
public static final class UpgradeServiceGrpc.UpgradeServiceStub extends io.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UpgradeServiceGrpc.UpgradeServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.grpc.stub.StreamObserver<Request>connect(io.grpc.stub.StreamObserver<Response> responseObserver)voiddump(Void request, io.grpc.stub.StreamObserver<DumpResponse> responseObserver)voidleave(LeaveRequest request, io.grpc.stub.StreamObserver<Void> responseObserver)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected UpgradeServiceGrpc.UpgradeServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceStub>
-
connect
public io.grpc.stub.StreamObserver<Request> connect(io.grpc.stub.StreamObserver<Response> responseObserver)
-
leave
public void leave(LeaveRequest request, io.grpc.stub.StreamObserver<Void> responseObserver)
-
dump
public void dump(Void request, io.grpc.stub.StreamObserver<DumpResponse> responseObserver)
-
-