Class ClientGrpc.ClientStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ClientGrpc.ClientStub>
-
- com.streamlayer.pushNotification.client.ClientGrpc.ClientStub
-
- Enclosing class:
- ClientGrpc
public static final class ClientGrpc.ClientStub extends io.grpc.stub.AbstractAsyncStub<ClientGrpc.ClientStub>
A stub to allow clients to do asynchronous rpc calls to service Client.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientGrpc.ClientStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidregister(RegisterRequest request, io.grpc.stub.StreamObserver<RegisterResponse> responseObserver)voidremove(RemoveRequest request, io.grpc.stub.StreamObserver<RemoveResponse> responseObserver)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected ClientGrpc.ClientStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ClientGrpc.ClientStub>
-
register
public void register(RegisterRequest request, io.grpc.stub.StreamObserver<RegisterResponse> responseObserver)
-
remove
public void remove(RemoveRequest request, io.grpc.stub.StreamObserver<RemoveResponse> responseObserver)
-
-