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