Class ClientGrpc.ClientBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ClientGrpc.ClientBlockingStub>
-
- com.streamlayer.pushNotification.client.ClientGrpc.ClientBlockingStub
-
- Enclosing class:
- ClientGrpc
public static final class ClientGrpc.ClientBlockingStub extends io.grpc.stub.AbstractBlockingStub<ClientGrpc.ClientBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Client.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientGrpc.ClientBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)RegisterResponseregister(RegisterRequest request)RemoveResponseremove(RemoveRequest request)-
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.ClientBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ClientGrpc.ClientBlockingStub>
-
register
public RegisterResponse register(RegisterRequest request)
-
remove
public RemoveResponse remove(RemoveRequest request)
-
-