Class CommonGrpc.CommonFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CommonGrpc.CommonFutureStub>
-
- com.streamlayer.pushNotification.common.CommonGrpc.CommonFutureStub
-
- Enclosing class:
- CommonGrpc
public static final class CommonGrpc.CommonFutureStub extends io.grpc.stub.AbstractFutureStub<CommonGrpc.CommonFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Common.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonGrpc.CommonFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<OrganizationListResponse>organizationList(OrganizationListRequest request)com.google.common.util.concurrent.ListenableFuture<SendTestResponse>sendTest(SendTestRequest request)com.google.common.util.concurrent.ListenableFuture<UserGetResponse>userGet(UserGetRequest 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 CommonGrpc.CommonFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CommonGrpc.CommonFutureStub>
-
sendTest
public com.google.common.util.concurrent.ListenableFuture<SendTestResponse> sendTest(SendTestRequest request)
-
organizationList
public com.google.common.util.concurrent.ListenableFuture<OrganizationListResponse> organizationList(OrganizationListRequest request)
-
userGet
public com.google.common.util.concurrent.ListenableFuture<UserGetResponse> userGet(UserGetRequest request)
-
-