Package dev.crashteam.crm
Class CrmServiceGrpc.CrmServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<CrmServiceGrpc.CrmServiceFutureStub>
dev.crashteam.crm.CrmServiceGrpc.CrmServiceFutureStub
- Enclosing class:
- CrmServiceGrpc
public static final class CrmServiceGrpc.CrmServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<CrmServiceGrpc.CrmServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service CrmService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected CrmServiceGrpc.CrmServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<CheckUserAuthCodeResponse>com.google.common.util.concurrent.ListenableFuture<CreateLeadResponse>createLead(CreateLeadRequest request) com.google.common.util.concurrent.ListenableFuture<GetUserContactInfoResponse>com.google.common.util.concurrent.ListenableFuture<SendUserAuthCodeResponse>sendUserAuthCode(SendUserAuthCodeRequest request) com.google.common.util.concurrent.ListenableFuture<SendUserMessageResponse>sendUserMessage(SendUserMessageRequest request) com.google.common.util.concurrent.ListenableFuture<UpdateUserContactInfoResponse>Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected CrmServiceGrpc.CrmServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<CrmServiceGrpc.CrmServiceFutureStub>
-
createLead
public com.google.common.util.concurrent.ListenableFuture<CreateLeadResponse> createLead(CreateLeadRequest request) -
getUserContactInfo
public com.google.common.util.concurrent.ListenableFuture<GetUserContactInfoResponse> getUserContactInfo(GetUserContactInfoRequest request) -
updateUserContactInfo
public com.google.common.util.concurrent.ListenableFuture<UpdateUserContactInfoResponse> updateUserContactInfo(UpdateUserContactInfoRequest request) -
sendUserMessage
public com.google.common.util.concurrent.ListenableFuture<SendUserMessageResponse> sendUserMessage(SendUserMessageRequest request) -
sendUserAuthCode
public com.google.common.util.concurrent.ListenableFuture<SendUserAuthCodeResponse> sendUserAuthCode(SendUserAuthCodeRequest request) -
checkUserAuthCode
public com.google.common.util.concurrent.ListenableFuture<CheckUserAuthCodeResponse> checkUserAuthCode(CheckUserAuthCodeRequest request)
-